Results for serialize translation from Chinese (Simplified) to German

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Chinese (Simplified)

German

Info

Chinese (Simplified)

serialize() returns a string containing a byte-stream representation of value that can be stored anywhere.

German

serialize() gibt eine zeichenkette (string) zurück, die eine byte-stream entsprechende wiedergabe von value enthält und beliebig abgespeichert werden kann.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

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.

German

dieses beispiel erzeugt:

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

// $session_data contains a multi-dimensional array with session // information for the current user. we use serialize() to store // it in a database at the end of the request. $conn = odbc_connect ("webdb", "php", "chicken"); $stmt = odbc_prepare ($conn, "update sessions set data =? where id = ?"); $sqldata = array (serialize($session_data), $php_auth_user); if (!odbc_execute ($stmt, $sqldata)) {$stmt = odbc_prepare($conn, "insert into sessions (id, data) values(?, ?)"); if (!odbc_execute($stmt, $sqldata)) {/* something went wrong. bitch, whine and moan. */}}

German

where id = ?"); $sqldata = array (serialize($session_data), $php_auth_user); if (!odbc_execute ($stmt, $sqldata)) {$stmt = odbc_prepare ($conn, "insert into sessions (id, data) values(?, ?)"); if (!odbc_execute($stmt, $sqldata)) {/ * etwas lief schief.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
8,927,591,082 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK