Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
$fp = popen ("/ bin / ls", "r");
Пример 1. popen() examole
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
ftp_fput() uploads the data from the file pointer fp until end of file.
ftp_fput() uploads the data from the file pointer handle ftp_fput() uploads the data from the file pointer handle until the end of the file is reached.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
$fp = fopen ("users.txt" ,"r"); while ($userinfo = fscanf ($fp, "%s\t%s\t%s\n")) {list ($name, $profession, $countrycode) = $userinfo; / /... do something with the values} fclose($fp);
Пример 2. users.txt
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta