README
Todo List
void clearAll( string $nsKey)
void clearKey( string $nsKey, string $itemKey)
void exportToByteStream( string $nsKey, string $itemKey, Swift_InputByteStream $is)
Swift_InputByteStream getInputByteStream( string $nsKey, string $itemKey, [Swift_InputByteStream $is = null], Swift_InputByteStream $is,)
NOTE: The stream will always write in append mode. If the optional third parameter is passed all writes will go through $is.
string getString( string $nsKey, string $itemKey)
boolean hasKey( string $nsKey, string $itemKey)
void importFromByteStream( string $nsKey, string $itemKey, Swift_OutputByteStream $os, int $mode)
void setString( string $nsKey, string $itemKey, string $string, int $mode)
[line 27]
[line 24]