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