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.
Gets the value of a PHP configuration option.
This function will not return configuration information set when the PHP was compiled, or read from an Apache configuration file (using the php3_configuration_option directives).
To check whether the system is using a configuration file, try retrieving the value of the cfg_file_path configuration setting. If this is available, a configuration file is being used.
Returns the current value of the PHP configuration variable specified by
varname, or FALSE if an error occurs.
Another Useful functions:
zend-api.zend-u-get-constant | zend-api.zend-hash-get-current-key | zend-api.zend-hash-get-current-key-type | zend-api.zend-hash-get-current-key-type-ex | zend-api.zend-hash-get-current-key-ex | zend-api.zend-hash-get-current-data | zend-api.zend-hash-get-current-data-ex | zend-api.zend-get-constant | zend-api.zend-get-configuration-directive | zend-api.zend-get-compiled-variable-value | zend-api.zend-get-compiled-variable-name | zend-api.zend-get-compiled-script-encoding | zend-api.zend-get-compiled-lineno | zend-api.zend-get-compiled-filename | zend-api.zend-get-class-entry | function.zlib-get-coding-type | function.xml-get-current-line-number | function.xml-get-current-column-number | function.xml-get-current-byte-index | function.tidy-get-config | function.stream-get-contents | function.session-get-cookie-params | function.ob-get-contents | function.ob-get-clean | function.newt-radio-get-current | function.newt-listbox-get-current | function.newt-form-get-current | function.newt-checkbox-tree-get-current | function.mysqli-get-client-version | function.mysqli-get-client-info | function.mysqli-get-charset | function.mysql-get-client-info | function.mcrypt-get-cipher-name | function.maxdb-get-client-version | function.maxdb-get-client-info | function.ifx-get-char | function.get-current-user | function.get-class | function.get-class-vars | function.get-class-methods | function.get-cfg-var | function.file-get-contents | function.domnode-get-content |
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.