Stub
class Stub implements Serializable
Represents the main properties of a PHP variable.
Constants
| TYPE_REF | |
| TYPE_STRING | |
| TYPE_ARRAY | |
| TYPE_OBJECT | |
| TYPE_RESOURCE | |
| STRING_BINARY | |
| STRING_UTF8 | |
| ARRAY_ASSOC | |
| ARRAY_INDEXED |
Properties
| $type | |||
| $class | |||
| $value | |||
| $cut | |||
| $handle | |||
| $refCount | |||
| $position | |||
| $attr |
Methods
| serialize() | ||
| unserialize($serialized) |
Details
serialize()
unserialize($serialized)
Parameters
| $serialized |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/VarDumper/Cloner/Stub.html