PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Typy zasobów> <Instalacja/Konfiguracja
Last updated: Fri, 26 Sep 2008

view this page in

Konfiguracja wykonawcza

Na działanie tych funkcji wpływają ustawienia zawarte w pliku php.ini.

Counter configuration options
Name Default Changeable Changelog
counter.reset_time COUNTER_RESET_PER_REQUEST PHP_INI_ALL  
counter.save_path "" PHP_INI_ALL  
counter.initial_value "0" PHP_INI_ALL  

Szczegóły i definicje dotyczące stałych PHP_INI_* znajdują się w rozdziale php.ini directives.

counter.reset_time integer
counter.reset_time tells "counter" to reset the counter used by the basic interface. It may be any of the COUNTER_RESET_* constants (see below).
counter.save_path string
Tells "counter" where to save data that has to persist between invocations of PHP (i.e. any counter that has COUNTER_RESET_NEVER or COUNTER_FLAG_SAVE). A file will be created at this path, which must be readable and writeable to whatever user PHP is running as.
counter.initial_value integer
Sets the initial value of the counter used by the basic interface whenever it is reset.


add a note add a note User Contributed Notes
Konfiguracja wykonawcza
There are no user contributed notes for this page.

Typy zasobów> <Instalacja/Konfiguracja
Last updated: Fri, 26 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites