Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
예 1. accessing the form data
Начало
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
표 42-1. api macros for accessing zval containers
Таблица 42-1.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
windows versions of php prior to php 4.3 do not support accessing remote files via this function, even if allow_url_fopen is enabled.
Пред.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
external variables are no longer registered in the global scope by default. in other words, as of php 4.2.0 the php directive register_globals is off by default in php.ini. the preferred method of accessing these values is via the autoglobal arrays mentioned above. older scripts, books, and tutorials may rely on this directive being on. if on, for example, one could use $id from the url http://www.example.com/foo.php?id=42. whether on or off, $_get['id'] is available.
Пред.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: