downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

QuickHashStringIntHash::saveToString> <QuickHashStringIntHash::loadFromString
[edit] Last updated: Sat, 25 May 2013

view this page in

QuickHashStringIntHash::saveToFile

(No hay información de versión disponible, podría estar únicamente en SVN)

QuickHashStringIntHash::saveToFileThis method stores an in-memory hash to disk

Descripción

public void QuickHashStringIntHash::saveToFile ( string $filename )

Este método almacena un hash existente en un fichero del disco, en el mismo formato que puede leer loadFromFile().

Parámetros

filename

El nombre de fichero del fichero donde almacenar el hash.

Valores devueltos

No devuelve ningún valor.

Ejemplos

Ejemplo #1 Ejemplo de QuickHashStringIntHash::saveToFile()

<?php
$hash 
= new QuickHashStringIntHash1024 );
var_dump$hash->add"fourty three"42 ) );
var_dump$hash->add"fifty two"52 ) );

$hash->saveToFile'/tmp/prueba.hash.string' );
?>



add a note add a note User Contributed Notes QuickHashStringIntHash::saveToFile - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites