MCPcopy Create free account

hub / github.com/CopernicaMarketingSoftware/PHP-CPP / functions

Functions586 in github.com/CopernicaMarketingSoftware/PHP-CPP

MethodStreamBuf
* No copying or moving * @param that */
common/streambuf.h:41
MethodStreamBuf
* Constructor * @param error */
common/streambuf.cpp:22
MethodString
* Constructor * * @param string The string to wrap */
zend/string.h:43
MethodStringMember
* Constructor * @param name * @param value * @param size * @param flags */
zend/stringmember.h:35
MethodSymbol
* Constructor */
zend/symbol.h:94
MethodThrowable
* Another protected constructor * @param object */
zend/throwable.cpp:53
MethodTraverseIterator
* Constructor * @param object * @param begin */
zend/traverseiterator.h:28
MethodValue
* Constructor (value = NULL) */
zend/value.cpp:41
MethodValueIterator
* Constructor * @param impl Implementation iterator */
zend/valueiterator.cpp:20
MethodValueIteratorImpl
* Constructor */
zend/valueiteratorimpl.h:26
Function__clone
* Overridable method that is called right after an object is cloned * * The default implementation does nothing */
include/base.h:145
Method__construct
Examples/ConstStaticProp/cpp/mytestext.cpp:22
Method__construct
Examples/simple/simple.cpp:133
Method__construct
Examples/CppClassesInPhp/cppclassinphp.cpp:40
Method__construct
()
Examples/CppClassesInPhp/cppclassinphp.php:13
Method__count
* Method that is called when an explicit call to $object->count() is made * Note that a call to unserialize($string) does not end up in this functi
zend/base.cpp:270
Method__destruct
Examples/simple/simple.cpp:138
Method__destruct
Examples/CppClassesInPhp/cppclassinphp.cpp:45
Method__getIterator
* Method that is called when an explicit call to $object->getIterator() is * made, AND that is called when running on PHP 8 and higher (because som
zend/base.cpp:289
Method__invoke
* Invoke the functor * @param params * @return Value */
zend/functor.h:43
Method__serialize
* Method that is called when an explicit call to $object->serialize() is made * Note that a call to serialize($object) does not end up in this func
zend/base.cpp:226
Method__toString
* Cast to a string * @return const char * */
Examples/ReturnObject/master.h:60
Method__toString
* Cast to a string * @return const char * */
Examples/ReturnObject/child.h:31
Method__toString
()
Examples/CppClassesInPhp/check_map.php:34
Method__toString
()
Examples/FunctionWithParameters/functionwithparameters.php:16
Method__unserialize
* Method that is called when an explicit call to $object->unserialize() is made * Note that a call to unserialize($string) does not end up in this
zend/base.cpp:245
MethodaddTo
* Add the constant to a class * @param clss The class to add it to */
zend/constantimpl.h:119
FunctionallowNull
* Is it allowed to pass parameter with a null value? * @return bool */
include/argument.h:118
Functionarray_key_exists
* Long list of simply-forwarded function calls * * Most functions in this list are forwarded to the call() method described * above, which of co
include/call.h:87
Functionarray_keys
include/call.h:91
Functionarray_push
include/call.h:92
Functionarray_values
include/call.h:93
Functionbegin
* Return an iterator for iterating over the variables * @return iterator */
include/super.h:76
Functionbubblesort
Examples/simple/simple.cpp:19
Methodbuffer
* Access to the raw buffer * @return char * */
zend/value.cpp:1340
FunctionbyReference
* Is this a parameter-by-reference? * @return bool */
include/argument.h:127
Functioncall
include/value.h:1040
FunctioncallCall
* Call the __call(), __invoke() or __callStatic() method * @param base Object to call on * @param name Name of the method
include/classbase.h:152
FunctioncallCall
* Call a method * @param base Object to call on * @param name Name of the method * @param params * @return V
include/class.h:452
FunctioncallCallStatic
include/classbase.h:154
FunctioncallCallStatic
* Call a the __callStatic() function * @param name Name of the function * @param params Parameters passed to the function
include/class.h:518
FunctioncallClone
* Call the __clone and __destruct magic methods * @param base */
include/classbase.h:142
FunctioncallClone
* Call the __clone method * @param base */
include/class.h:423
FunctioncallCompare
* Compare two objects * @param object1 * @param object2 * @return int */
include/classbase.h:136
FunctioncallCompare
* Compare two objects * @param object1 * @param object2 * @return int */
include/class.h:676
FunctioncallDestruct
include/classbase.h:143
FunctioncallDestruct
* Call the __destruct method * @param base */
include/class.h:436
FunctioncallGet
* Function to get and set properties * @param base * @param name * @param value * @return Value */
include/classbase.h:173
FunctioncallGet
* Function to retrieve a property * @param base * @param name * @param value * @return Value */
include/class.h:617
FunctioncallInvoke
include/classbase.h:153
FunctioncallInvoke
* Call the __invoke() method * @param base Object to call it on * @param params Parameters to pass * @return Value
include/class.h:529
MethodcallInvoke
* Handler function that runs the __invoke function * @param ... All normal parameters for function calls */
zend/classimpl.cpp:149
FunctioncallIsset
include/classbase.h:176
FunctioncallIsset
* Function to check if a property is set * @param base * @param name * @return bool */
include/class.h:661
MethodcallMethod
* Handler function that runs the __call function * @param ... All normal parameters for function calls */
zend/classimpl.cpp:103
FunctioncallSet
include/classbase.h:174
FunctioncallSet
* Function to set/overwrite a property * @param base * @param name * @param value */
include/class.h:632
FunctioncallToBool
include/classbase.h:164
FunctioncallToBool
* Cast to bool function * @param base * @return Value */
include/class.h:597
FunctioncallToFloat
include/classbase.h:163
FunctioncallToFloat
* Cast to float function * @param base * @return Value */
include/class.h:579
FunctioncallToInteger
include/classbase.h:162
FunctioncallToInteger
* Cast to integer function * @param base * @return Value */
include/class.h:561
FunctioncallToString
* Casting functions * @param base * @return Value */
include/classbase.h:161
FunctioncallToString
* Cast to string function * @param base * @return Value */
include/class.h:543
FunctioncallUnset
include/classbase.h:175
FunctioncallUnset
* Function to remove a property * @param base * @param name */
include/class.h:646
Methodcast
zend/classimpl.cpp:521
MethodclassEntry
* Retrieve the class entry * @param allowString * @return zend_class_entry */
zend/value.cpp:1184
Functionclass_exists
* Check whether a class with a certain name exists * @param classname * @param len * @param autoload * @return bool */
zend/exists.cpp:28
Functionclass_exists
include/call.h:19
Functionclassname
* If the type is a class, the name of the class * @return const char * */
include/argument.h:100
Functionclonable
include/classbase.h:128
Functionclonable
* Is this a clonable class? * @return bool */
include/class.h:373
Functionclone
include/classbase.h:118
Methodclone
* Clone the object * @return ValueIteratorImpl* */
zend/traverseiterator.h:72
Methodclone
* Clone the object * @return ValueIteratorImpl */
zend/hashiterator.h:75
Methodclone
* Clone the object * @return ValueIteratorImpl */
zend/invaliditerator.h:26
MethodcloneObject
* Function that is called to create space for a cloned object * * @param val The object to be cloned * @return zend_object The
zend/classimpl.cpp:596
Functioncode
* Returns the exception code * @return The exception code */
include/throwable.h:66
Methodcompare
* Function to compare two objects * @param val1 * @param val2 * @return int */
zend/classimpl.cpp:465
Methodcompile
* Compile the file * @return bool */
zend/file.cpp:56
Methodcompile
* Helper function to compile the source code * @param name name of the script * @param script actual PHP code * @param size
zend/script.cpp:27
Methodconstant
* Virtual method to declare a class constant * @param entry Class entry */
zend/boolmember.h:45
Methodconstant
* Virtual method to declare class constant * @param entry Class entry */
zend/stringmember.h:62
Methodconstant
* Virtual method to declare class constant * @param entry Class entry */
zend/floatmember.h:45
Methodconstant
* Declare class constant * @param entry Class entry */
zend/numericmember.h:45
Methodconstant
* Internal method to declare the property as constant * @param zend_class_entry */
zend/nullmember.h:37
Functionconstruct
* Construct a new instance of the object, or to clone the object * @return Base */
include/classbase.h:117
Functionconstruct
* Construct a new instance of the object * @return Base */
include/class.h:337
Functioncontains
* Check if a certain key exists in the array/object * @param key * @return bool */
include/hashmember.h:386
Functioncount
* The number of members in case of an array or object * @return int */
include/value.h:613
MethodcountElements
zend/classimpl.cpp:648
Functioncountable
include/classbase.h:127
Functioncountable
* Is this a countable class? * @return bool */
include/class.h:413
MethodcreateIterator
* Internal helper method to retrieve an iterator * @param begin Should the iterator start at the begin * @return iterator */
zend/value.cpp:1472
MethodcreateObject
* Function that is called when an instance of the class needs to be created. * This function will create the C++ class, and the PHP object * @par
zend/classimpl.cpp:1274
MethoddebugZval
* This function is used in tests to make sure that the way we assign * variable is consistent with that of PHP. * * @internal */
zend/value.cpp:1910
Methoddeclare
* Virtual method to declare the property * @param entry Class entry */
zend/boolmember.h:54
Methoddeclare
* Virtual method to declare the property * @param entry Class entry */
zend/stringmember.h:71
← previousnext →201–300 of 586, ranked by callers