Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopernicaMarketingSoftware/PHP-CPP
/ functions
Functions
586 in github.com/CopernicaMarketingSoftware/PHP-CPP
⨍
Functions
586
◇
Types & classes
150
Method
declare
* Virtual method to declare the property * @param entry Class entry' */
zend/floatmember.h:54
Method
declare
* Virtual method to declare the property * @param entry Class entry */
zend/numericmember.h:54
Method
declare
* Virtual method to declare the property * @param entry Class entry */
zend/nullmember.h:46
Method
decrement
* Decrement position (pre-decrement) * @return bool */
zend/traverseiterator.h:101
Method
decrement
* Decrement position (pre-decrement) * @return bool */
zend/invaliditerator.h:45
Function
define
* Define a new constant * @param name Name of the constant * @param size Size of the name * @param value Val
zend/constantfuncs.cpp:68
Function
defined
* Check whether a constant exists * @param name * @param size * @return bool */
zend/constantfuncs.cpp:144
Function
derivedFrom
include/value.h:1115
Method
destructObject
* Function that is called when an object is about to be destructed * This will call the magic __destruct method * @param object */
zend/classimpl.cpp:1227
Method
destructor
* Iterator destructor method * @param iter */
zend/iteratorimpl.cpp:58
Function
dl
include/call.h:31
Function
dl_unrestricted
* Function to load every possible extension by pathname * * It takes one argument: the filename of the PHP extension, and returns a * boolean t
Examples/DlUnrestricted/dlunrestricted.cpp:27
Function
echo
include/call.h:95
Function
encoded
* The internal classname, with the encoding whether it is nullable * @return const char * */
include/argument.h:109
Function
end
* Return an iterator for iterating over the variables * @return iterator */
include/super.h:86
Method
entries
* Retrieve an array of zend_function_entry objects that hold the * properties for each method. This method is called at extension * startup time
zend/classimpl.cpp:1482
Method
entry
* The class-entry * @return zend_class_entry */
zend/classimpl.h:171
Method
entry
* Get the functor class entry * @return zend_class_entry */
zend/functor.h:53
Method
equals
* Compare with other iterator * @param that * @return bool */
zend/traverseiterator.h:115
Method
equals
* Compare with other iterator * @param that * @return bool */
zend/invaliditerator.h:55
Function
error_reporting
* Return the current error reporting leven */
zend/exception_handler.cpp:72
Function
eval
* Evaluate a PHP string * @param phpCode The PHP code to evaluate * @return Value The result of the evaluation */
zend/eval.cpp:24
Function
eval
include/call.h:34
Method
exec
* Call function with a number of parameters * @param argc Number of parameters * @param argv The parameters * @return Value */
zend/value.cpp:939
Method
execute
* Execute the opcodes * @return Value */
zend/opcodes.h:62
Method
execute
* Execute the script * The return value of the script is returned * @return Value */
zend/script.cpp:85
Method
extends
* Set the base class * @param base The base class */
zend/classimpl.h:503
Method
extends
* Set the base class * @param base Php::Class object that is the base */
zend/classbase.cpp:144
Method
fd
* Get access to the internal filedescriptor * Note that not every stream is always associated with a filedescriptor, * in which case this functio
zend/stream.cpp:56
Method
fill
* Private helper method to fill an argument object * @param info object from the zend engine * @param arg original objec
zend/callable.h:177
Method
fn
($a)
Examples/CppClassesInPhp/check_map.php:30
Method
freeObject
* Function that is called to clean up space that is occupied by the object * @param object The object to be deallocated */
zend/classimpl.cpp:1259
Method
functions
* Get access to all iterator functions * @return zend_object_iterator_funcs */
zend/iteratorimpl.cpp:154
Function
get
* Retrieve the value at a string index * @param key * @return Value */
include/hashmember.h:419
Method
get
* Get the property * @param base Object to call it on * @return Value */
zend/property.h:134
Method
getClassName
* Get the classname, given an object * @param object * @return zend_string* */
zend/classimpl.cpp:584
Method
getClosure
zend/classimpl.cpp:313
Method
getIterator
* Function to create a new iterator to iterate over an object * @param entry The class entry * @param object
zend/classimpl.cpp:1301
Method
getMemberVar
()
Examples/FunctionWithParameters/functionwithparameters.php:21
Method
getMethod
* Method that returns the function definition of the __call function * * @param object Pointer to the object from which we want to retrieve
zend/classimpl.cpp:197
Method
getStaticMethod
* Method that is called right before a static method call is attempted * * @param entry The class entry to find the static function in *
zend/classimpl.cpp:261
Function
get_module
* Function that is called by PHP right after the PHP process * has started, and that returns an address of an internal PHP * strucure wit
Examples/ReturnObject/main.cpp:17
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/IncludeOnce/includeonce.cpp:37
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/FunctionVoid/functionvoid.cpp:32
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/Globals/globals.cpp:55
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/ConstStaticProp/cpp/mytestext.cpp:32
Function
get_module
* Function that is called by PHP right after the PHP process * has started, and that returns an address of an internal PHP * strucure wit
Examples/EmptyExtension/main.cpp:15
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/FunctionReturnValue/functionreturnvalue.cpp:32
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/CppClassesInPhp/cppclassinphp.cpp:115
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/CallPhpFunctions/callphpfunction.cpp:39
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/FunctionNoParameters/functionnoparameters.cpp:32
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/FunctionWithParameters/functionwithparameters.cpp:92
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/Extension/extension.cpp:19
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/Exceptions/ExceptionThrow/exceptionThrow.cpp:34
Function
get_module
export the "get_module" function that will be called by the Zend engine
Examples/Exceptions/ExceptionCatch/exceptionCatch.cpp:53
Function
get_module
* Startup function that is called by the Zend engine * to retrieve all information about the extension * @return void* */
Examples/DlUnrestricted/dlunrestricted.cpp:49
Method
handle
* Handle throwables * @param throwable The object to handle */
zend/zendcallable.cpp:76
Method
hasDimension
* Function that is called when the object is used as an array in PHP * * This is the [] operator in PHP, and mapped to the offsetExists() method
zend/classimpl.cpp:800
Method
hasMethod
* Helper method to check if a function is registered for this instance * @param name name of the function to check for * @return bool
zend/classimpl.cpp:1466
Method
hasProperty
* Function that is called to check whether a certain property is set * for an object * * This is the handler for the __isset() function, and is
zend/classimpl.cpp:1112
Function
implementation
include/value.h:1078
Method
implementation
* Internal method that returns the implementation object * @return zend_object_iterator */
zend/iteratorimpl.h:185
Method
implements
* Add an interface that is implemented * @param interface The interface that is implemented */
zend/classimpl.h:497
Method
implements
* Add an interface * @param interface Interface object */
zend/classbase.cpp:138
Function
include
* Include a file * @param filename * @return Value */
zend/eval.cpp:35
Function
include
include/call.h:36
Function
include_once
include/call.h:38
Method
increment
* Increment position (pre-increment) * @return bool */
zend/traverseiterator.h:82
Method
increment
* Increment position (pre-increment) * @return bool */
zend/invaliditerator.h:36
Method
iniVariables
* The total number of php.ini variables * @return size_t */
zend/extension.cpp:140
Method
iniVariables
* The total number of php.ini variables * @return size_t */
zend/extensionimpl.cpp:459
Function
ini_get
* The 'ini_get' function returns an IniValue, so that it can also be used * before the PHP engine is started. */
include/call.h:110
Function
ini_get_orig
include/call.h:111
Function
init_globals
zend/extensionimpl.cpp:37
Method
initialize
* Internal method to fill a function entry * @param zend_function_entry * @param classname */
zend/method.h:71
Method
initialize
* Initialize the member * @param zend_class_entry */
zend/member.h:37
Method
initialize
* Initialize the class */
zend/functor.cpp:29
Method
initialize
* Fill a function entry * @param prefix Active namespace prefix * @param entry Entry to be filled */
zend/nativefunction.h:78
Method
initialize
* Initialize the constant * @param prefix Namespace prefix * @param module_number The module number */
zend/constantimpl.h:178
Method
initialize
* Fill a function entry * * This method is called when the extension is registering itself, when the * function or method introduces himself *
zend/callable.cpp:89
Method
instance
* Retrieve pointer to the object * * @param execute_data The current execution scope * @return Pointer (as void because this cannot be templ
zend/zendcallable.cpp:23
Method
instanceof
* Helper method to check if a zend-class is an instance of a certain class * @param entry the class entry to check * @param requi
zend/state.h:37
Method
instantiate
* Internal method to instantiate an object * @param name Name of the class to instantiate * @return bool True if there is a __cons
zend/object.cpp:104
Method
invalidate
* Invalidate the current variable */
zend/iteratorimpl.h:100
Method
invalidate
* Invalidate the object - so that it will not be destructed */
zend/value.cpp:335
Method
invalidate
* Invalidate the object * @return bool */
zend/traverseiterator.h:195
Method
invalidate
* Invalidate the current value of the object * @param iter */
zend/iteratorimpl.cpp:144
Method
invalidate
* Invalidate the iterator * @return bool */
zend/hashiterator.h:221
Function
invoke
include/zendcallable.h:107
Method
invoke
* Invoke the method * @param parameters * @return Value */
zend/method.h:86
Method
invoke
* Method that gets called every time the function is executed * @param params The parameters that were passed * @return Variable
zend/nativefunction.h:62
Method
invoke
* Function that is called by the Zend engine every time that a function gets called * @param ht * @param return_value * @param return_value_
zend/callable.cpp:25
Method
isBool
* Are we a boolean? This will also check if we're a reference to a boolean * @return bool */
zend/value.cpp:1059
Method
isObject
* Are we an object? This will also check if we're a reference to an object * @return bool */
zend/value.cpp:1111
Method
isReference
* Are we a reference? * @return bool */
zend/value.cpp:1101
Function
isScalar
include/value.h:421
Function
is_a
include/call.h:39
Function
is_array
include/call.h:100
Function
is_subclass_of
include/call.h:42
Method
iterate
* Iterate over key value pairs * @param callback */
zend/value.cpp:1525
← previous
next →
301–400 of 586, ranked by callers