De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
예 1. accessing the form data
Начало
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
표 42-1. api macros for accessing zval containers
Таблица 42-1.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Пред.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Пред.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: