Метод |
Описание |
|
bindAndCall ( callable $fn, object $newThis, array $args = [], string $bindClass = null ) |
Executes a function in the context of an object. This basically bypasses the private/protected check of PHP. |
|
generateSessionId ( ) : string |
Generates stronger session ids for session handling. |
|
getMaxMemory ( ) : integer |
|
|
hijackProperty ( object $object, string $propertyName, mixed $newValue ) |
Changes a property value of an object. (hijack because you can also change private/protected properties) |
|
isWindows ( ) : boolean |
|
|