QuickHashIntStringHash::saveToFile(PECL quickhash >= Unknown) QuickHashIntStringHash::saveToFile — This method stores an in-memory hash to disk Описание
public void QuickHashIntStringHash::saveToFile
( string $filename
)
This method stores an existing hash to a file on disk, in the same format that loadFromFile() can read. Список параметров
Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
Пример #1 QuickHashIntStringHash::saveToFile() example
<?php |
||