Вы искали: serialized (Корейский - Английский)

Компьютерный перевод

Обучается переводу с помощью примеров, переведенных людьми.

Korean

English

Информация

Korean

serialized

English

 

От: Машинный перевод
Предложите лучший перевод
Качество:

Переводы пользователей

Добавлены профессиональными переводчиками и компаниями и на основе веб-страниц и открытых баз переводов.

Добавить перевод

Корейский

Английский

Информация

Корейский

wddx_serialize_vars() is used to create a wddx packet with a structure that contains the serialized representation of the passed variables.

Английский

wddx_serialize_vars() takes a variable number of arguments, each of which can be either a string naming a variable or an array containing strings naming the variables or another array, etc.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Корейский

all registered variables are serialized after the request finishes. registered variables which are undefined are marked as being not defined. on subsequent accesses, these are not defined by the session module unless the user defines them later.

Английский

it might be more appropiate to use a shared memory based filesystem (such as tmpfs on solaris / linux, or / dev / md on bsd) to store sessions in files, because they are properly locked.

Последнее обновление: 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.

Английский

?php $pi = 3.1415926; $packet_id = wddx_packet_start("php"); wddx_add_vars($packet_id, "pi"); / * suppose $cities came from database * / $cities = array("austin", "novato", "seattle"); wddx_add_vars($packet_id, "cities"); $packet = wddx_packet_end($packet_id); print $packet;?

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Предупреждение: Содержит скрытое HTML-форматирование

Корейский

the optional serialize controls how the message is sent. serialize defaults to true which means that the message is serialized using the same mechanism as the session module before being sent to the queue. this allows complex arrays and objects to be sent to other php scripts, or if you are using the wddx serializer, to any wddx compatible client.

Английский

this allows complex arrays and objects to be sent to other php scripts, or if you are using the wddx serializer, to any wddx compatible client.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Получите качественный перевод благодаря усилиям
7,793,606,123 пользователей

Сейчас пользователи ищут:



Для Вашего удобства мы используем файлы cookie. Факт перехода на данный сайт подтверждает Ваше согласие на использование cookies. Подробнее. OK