전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
wddx_serialize_vars() is used to create a wddx packet with a structure that contains the serialized representation of the passed variables.
exemplu 1. wddx_serialize_vars() example
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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.
acest exemplu va determina rezultatul:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
to make the serialized string into a php value again, use unserialize(). serialize() handles the types integer, double, string, array (multidimensional) and object (object properties will be serialized, but methods are lost).
consultaţi şi secţiunea liniarizarea obiectelor a capitolului clase şi obiecte pentru mai multe informaţii.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: