PHP Function List
register doesn't exist. Closest matches:
- register_tick_function
- register_shutdown_function
- unregister_tick_function
- xpath_register_ns
- xpath_register_ns_auto
- header_register_callback
- stream_register_wrapper
- w32api_register_function
- session_register_shutdown
- session_register
- session_unregister
- session_is_registered
- spl_autoload_register
- xmlrpc_server_register_method
- xmlrpc_server_register_introspection_callback
- stream_filter_register
- spl_autoload_unregister
- stream_wrapper_register
- preg_filter
- stream_wrapper_unregister
Site Search Results
-
session_register (PHP 4, PHP 5) session_register — Register one or more global variables with the current session
-
register_shutdown_function - ManualRegisters a callback to be executed after script execution finishes or exit() is called. Multiple calls to register_shutdown_function() can be made, and each will be called in ...
-
Description of core php.ini directives - Manualregister_long_arrays boolean Tells PHP whether or not to register the deprecated long $HTTP_*_VARS type predefined variables.
-
Using Register Globals - ManualWarning. This feature has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.
-
register_tick_function - Manualregister_tick_function (PHP 4 >= 4.0.3, PHP 5) register_tick_function — Register a function for execution on each tick
-
spl_autoload_register - ManualRegister a function with the spl provided __autoload stack. If the stack is not yet activated it will be activated. If your code has an existing __autoload function then ...
-
If you register a new session variable by using session_register(), the entry in the global scope and the $_SESSION entry will not reference the same value until the next ...
-
stream_wrapper_register - Manualstream_wrapper_register (PHP 4 >= 4.3.2, PHP 5) stream_wrapper_register — Register a URL wrapper implemented as a PHP class
-
register_globals, magic_quotes_gpc and others. ]]] Many settings, although they do get set, have no influence in your script.... like upload_max_filesize will get set but uploaded ...
-
Note: register_globals: important note. As of PHP 4.2.0, the default value for the PHP directive register_globals is off. The PHP community discourages developers from relying on this ...

Other forms of search
To search the string "register" 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.
