Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
runkit7
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Predefined Constants
runkit7 Functions
runkit7_constant_add
— Similar to define(), but allows defining in class definitions as well
runkit7_constant_redefine
— Redefine an already defined constant
runkit7_constant_remove
— Remove/Delete an already defined constant
runkit7_function_add
— Add a new function, similar to create_function
runkit7_function_copy
— Copy a function to a new function name
runkit7_function_redefine
— Replace a function definition with a new implementation
runkit7_function_remove
— Remove a function definition
runkit7_function_rename
— Change a function's name
runkit7_import
— Process a PHP file importing function and class definitions, overwriting where appropriate
runkit7_method_add
— Dynamically adds a new method to a given class
runkit7_method_copy
— Copies a method from class to another
runkit7_method_redefine
— Dynamically changes the code of the given method
runkit7_method_remove
— Dynamically removes the given method
runkit7_method_rename
— Dynamically changes the name of the given method
runkit7_object_id
— Return the integer object handle for given object
runkit7_superglobals
— Return numerically indexed array of registered superglobals
runkit7_zval_inspect
— Returns information about the passed in value with data types, reference counts, etc
Found A Problem?
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^