De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
예 1. serialize() example
unserialize() も参照下さい。
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
serialize() returns a string containing a byte-stream representation of value that can be stored anywhere.
serialize() は、 value の 保存可能なバイトストリーム表現を含む文字列を返します。
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
참고: if you want to serialize non-ascii characters you have to set the appropriate locale before doing so (see setlocale()).
注意 ascii以外の文字をシリアル化したい場合、これを行う前に 適切にロケールを設定する必要があります。 (setlocale() を参照して下さい)
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
all the functions that serialize variables use the first element of an array to determine whether the array is to be serialized into an array or structure. if the first element has string key, then it is serialized into a structure, otherwise, into an array.
変数をシリアル化する全ての関数は配列の最初要素をその配列が配列と 構造体のどちらでシリアル化されるのかを定義するために使用するとい うことに注意して下さい。最初の要素が文字列をキーとして有する場合 は構造体でシリアル化され、その他の場合は配列でシリアル化されます。
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
session.serialize_handler defines the name of the handler which is used to serialize/deserialize data. currently, a php internal format (name php) and wddx is supported (name wddx). wddx is only available, if php is compiled with wddx support. defaults to php.
constant containing the session name and session id in the form of "name=id".
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible