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

search for in the

QuickHashStringIntHash::set> <QuickHashStringIntHash::saveToFile
[edit] Last updated: Fri, 17 May 2013

view this page in

QuickHashStringIntHash::saveToString

(No version information available, might only be in SVN)

QuickHashStringIntHash::saveToStringRetourne une version linéarisée de la table de hachage

Description

public string QuickHashStringIntHash::saveToString ( void )

Cette méthode retourne une version linéarisée de la table de hachage dans un format lisible par la fonction loadFromString().

Valeurs de retour

Cette méthode retourne un format linéarisé d'une table de hachage existante, dans un format lisible par la fonction loadFromString().

Exemples

Exemple #1 Exemple avec QuickHashStringIntHash::saveToString()

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

var_dump$hash->saveToString() );
?>



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

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