PHP Function List
oop5/typehinting doesn't exist. Closest matches:
- ctype_print
- fdf_open_string
- parse_ini_string
- eio_npending
- domdocumenttype_notations
- yp_err_string
- domnode_append_sibling
- com_print_typeinfo
- px_date2string
- property_exists
- domdocumenttype_entities
- openssl_error_string
- tokyotyrantexception
- ctype_punct
- ctype_digit
- fam_pending
- ctype_cntrl
- tokyotyrant
- com_load_typelib
- odbc_gettypeinfo
Site Search Results
-
Type Hinting. PHP 5 introduces Type Hinting. Functions are now able to force parameters to be objects (by specifying the name of the class in the function prototype ...
-
... see it in the documentation. function foo(myclass par) { } I think you are referring to Type Hinting. It is documented here: http://ch2.php.net/language.oop5.typehinting
-
see: http://php.net/manual/en/language.oop5.typehinting.php Example: <?php class TheRoot { public function poidh ($param) { echo "TheRoot $param!"
-
There are no user contributed notes for this page. show source | credits | stats | sitemap | contact | advertising | mirror sites
-
... see it in the documentation. function foo(myclass par) { } I think you are referring to Type Hinting. It is documented here: http://ch2.php.net/language.oop5.typehinting

Other forms of search
To search the string "oop5/typehinting" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
