Results for store translation from French to Hebrew

Human contributions

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

Add a translation

French

Hebrew

Info

French

store

Hebrew

תריס

Last Update: 2012-09-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

French

?php classa.inc: class a {var $one = 1; function show_one() {echo $this - one;}}? page1.php: ?php include("classa.inc"); $a = new a; $s = serialize($a); / / enregistrez $s où la page2.php pourra le trouver. $fp = fopen("store", "w"); fputs($fp, $s); fclose($fp);? page2.php: ?php / / ceci est nécessaire pour que unserialize() fonctionne correctement include("classa.inc"); $s = implode("", @file("store")); unserialize($s); / / maintenant, utilisez la méthode show_one de l'objet $a. $a - show_one();?

Hebrew

classa.inc: class a {var $one = 1; function show_one() {echo $this - one;}} page1.php: include("classa.inc"); $a = new a; $s = serialize($a); / / איכסון $s במקום כשלהו כש page2.php יכול למצוא אותו. $fp = fopen("store", "w"); fputs($fp, $s); fclose($fp); page2.php: / / זה נדרש על מנת לבצע unserialize בצורה הנכונה. include("classa.inc"); $s = implode("", @file("store")); $a = unserialize($s); / / עכשיו הפונקציה show_one() בשימוש של האובייקט $a. $a - show_one();

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

Reference: Wikipedia
Warning: Contains invisible HTML formatting

Get a better translation with
7,776,955,193 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