De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
if variables declared in the class of which the obj is an instance, have not been assigned a value, those will not be returned in the array.
not:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
if you enable register_globals, session_unregister() should be used since session variables are registered as global variables when session data is deserialized.
varning
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
for command line users, make sure that you either have the c+ + environment variables registered, or have run vcvars.bat, and then execute one of the following:
not:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
environment variables are normal global variables, so you must either declare them as global variables in your function (by using "global $document_root;", for example) or by using the global variable array (ie, "$globals["document_root"]".
since php 4.1.0 you can also use the superglobal array $_server since php 4.1.0 you can also use the superglobal array $_server which is available in every function.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible