Results for implode translation from Hebrew to French

Computer translation

Trying to learn how to translate from the human translation examples.

Hebrew

French

Info

Hebrew

implode

French

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

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

Add a translation

Hebrew

French

Info

Hebrew

דוגמה 1. implode() example

French

exemple avec implode()

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

Hebrew

$colon_separated = implode( ":", $array);

French

?php $array = array( 'nom', 'email', 'telephone'); $comma_separated = implode(" ,", $array); print $comma_separated; / / nom,email,telephone?

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

Warning: Contains invisible HTML formatting

Hebrew

see also is_array(), explode(), implode(), split(), and join().

French

voir aussi is_array(), explode(), implode(), split(), preg_split() et join().

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

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();

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();?

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

Warning: Contains invisible HTML formatting

Get a better translation with
7,746,092,339 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