recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
Returns an array of the names of the declared classes in the current script.
Note: In PHP 4.0.1, three extra classes are returned at the beginning of the array: stdClass (defined in Zend/zend.c), OverloadedTestClass (defined in ext/standard/basic_functions.c) and Directory (defined in ext/standard/dir.c).
Also note that depending on what libraries you have compiled into PHP, additional classes could be present. This means that you will not be able to define your own classes using these names. There is a list of predefined classes in the Predefined Classes section of the appendices.
Another Useful functions:
zend-api.zend-exception-get-default | function.yp-get-default-domain | function.udm-get-doc-count | function.stream-context-get-default | function.openssl-pkey-get-details | function.newt-listitem-get-data | function.msession-get-data | function.ldap-get-dn | function.iis-get-dir-security | function.i18n-loc-get-default | function.get-defined-vars | function.get-defined-functions | function.get-defined-constants | function.get-declared-interfaces | function.get-declared-classes |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.