PHP Options/Info Funzioni

Indice dei contenuti

  • assert β€” Verifica se un'asserzione Γ¨ false
  • assert_options β€” Imposta/ottiene vari parametri per assert
  • cli_get_process_title β€” Returns the current process title
  • cli_set_process_title β€” Sets the process title
  • dl β€” Carica un estensione PHP a runtime
  • extension_loaded β€” Verifica se un modulo Γ¨ giΓ  stato caricato
  • gc_collect_cycles β€” Forces collection of any existing garbage cycles
  • gc_disable β€” Deactivates the circular reference collector
  • gc_enable β€” Activates the circular reference collector
  • gc_enabled β€” Returns status of the circular reference collector
  • gc_mem_caches β€” Reclaims memory used by the Zend Engine memory manager
  • gc_status β€” Gets information about the garbage collector
  • get_cfg_var β€” Restituisce il valore di un'opzione di configurazione del PHP
  • get_current_user β€” Restituisce il nome del proprietario dello script PHP
  • get_defined_constants β€” Restituisve un array associativo con i nomi di tutte le costanti ed i loro valori
  • get_extension_funcs β€” Restituisce una matrice con i nomi delle funzioni di un modulo
  • get_include_path β€” Restituisce il valore del parametro di configurazione include_path
  • get_included_files β€” Restituisce un array con i nomi dei file inclusi o richiesti
  • get_loaded_extensions β€” Restituisce una matrice con il nome di tutti i moduli compilati e caricati
  • get_magic_quotes_gpc β€” Restituisce l'attuale configurazione di magic_quotes_gpc
  • get_magic_quotes_runtime β€” Ottiene l'impostazione di configurazione attiva corrente di magic_quotes_runtime
  • get_required_files β€” Alias di get_included_files
  • get_resources β€” Returns active resources
  • getenv β€” Restituisce il valore di una variabile d'ambiente
  • getlastmod β€” Restituisce la data dell'ultima modifica alla pagina
  • getmygid β€” Restituisce il GID del proprietario dello script PHP
  • getmyinode β€” Restituisce l'inode dello script
  • getmypid β€” Restituisce l'ID del processo PHP
  • getmyuid β€” Restituisce l'UID del proprietario dello script PHP
  • getopt β€” Ottiene le opzioni dagli argomenti della linea di comando
  • getrusage β€” Restituisce lo stato dell'utilizzo delle risorse
  • ini_alter β€” Alias di ini_set
  • ini_get β€” Restituisce il valore delle opzioni di configurazione
  • ini_get_all β€” Restituisce tutte le opzioni di configurazione
  • ini_parse_quantity β€” Get interpreted size from ini shorthand syntax
  • ini_restore β€” Ripristina il valore di un'opzione di configurazione
  • ini_set β€” Imposta le opzioni di configurazione
  • memory_get_peak_usage β€” Returns the peak of memory allocated by PHP
  • memory_get_usage β€” Restituisce la quantitΓ  di memoria allocata dal PHP
  • memory_reset_peak_usage β€” Reset the peak memory usage
  • php_ini_loaded_file β€” Retrieve a path to the loaded php.ini file
  • php_ini_scanned_files β€” Restituisce l'elenco dei file .ini leti dalla directory ini aggiuntiva
  • php_sapi_name β€” Restituisce il tipo di interfaccia tra il PHP ed il server web
  • php_uname β€” Restituisce informazioni sul sistema operativo su cui gira il PHP
  • phpcredits β€” Visualizza i credits per il PHP
  • phpinfo β€” Visualizza diverse informazioni sul PHP
  • phpversion β€” Restituisce la versione del PHP
  • putenv β€” Imposta il valore di una variabile d'ambiente
  • restore_include_path β€” Ripristina il valore dell'opzione include_path
  • set_include_path β€” Imposta include_path
  • set_time_limit β€” Limita il tempo massimo di esecuzione
  • sys_get_temp_dir β€” Returns directory path used for temporary files
  • version_compare β€” Confronta due stringhe contenenti il numero di versione di "PHP-standardized"
  • zend_thread_id β€” Returns a unique identifier for the current thread
  • zend_version β€” Restituisce il numero di versione dell'engine Zend
οΌ‹add a note

User Contributed Notes

There are no user contributed notes for this page.