Property | Type | Description | |
---|---|---|---|
$_id | integer | Identifer for this driver. Each driver needs a unique priority. | |
$_phpob | boolean | Does this driver support packing PHP objects? |
Method | Description | |
---|---|---|
__get ( $name ) | ||
pack ( mixed $data ) : string | Pack a string. | |
supported ( ) : boolean | Is this driver supported on this system? | |
unpack ( string $data ) : mixed | Unpack a string. |
protected int $_id | ||
return | integer |
protected bool $_phpob | ||
return | boolean |