From professional translators, enterprises, web pages and freely available translation repositories.
if you need to execute a command and have all the data from the command passed directly back without any interference, use the passthru() function.
véase también exec(), passthru(), popen(), escapeshellcmd(), y el operador ` (apóstrofe invertido).
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this example maps tags in an xml document directly to html tags. elements not found in the "map array" are ignored. of course, this example will only work with a specific xml document type.
la codificación de destino afectará a la información de los caracteres así como a los nombres de las etiquetas y a los objetivos de instrucciones de procesado.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
all these functions provide a handy abstraction to zend's internal hash api. of course, you can also use the hash functions directly - for example, if you already have a zval container allocated that you want to insert into an array. this is done using zend_hash_update()() for associative arrays (see 예 33-3) and zend_hash_index_update() for indexed arrays (see 예 33-4):
this is done using zend_hash_update( )() for associative arrays (see ejemplo 33-3) and zend_hash_index_update() for indexed arrays (see ejemplo 33-4):
Last Update: 2011-10-24
Usage Frequency: 1
Quality: