QuickHashIntHash::loadFromString
QuickHashIntHash::loadFromString
(PECL quickhash >= Unknown)
QuickHashIntHash::loadFromString — This factory method creates a hash from a string
Description
public static QuickHashIntHash QuickHashIntHash::loadFromString ( string $contents [, int $options ] )
This factory method creates a new hash from a definition in a string. The file format consists of 32 bit signed integers packed together in the Endianness that the system that the code runs on uses. For each element there are two 32 bit signed integers stored. The first of each element is the key, and the second is the value belonging to the key.
登录查看完整内容