PHP: R�zn� funkce - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<SWFTextFieldconnection_aborted>
view the version of this page
Last updated: Thu, 15 Jul 2004

LXIV. R�zn� funkce

�vod

Tyto funkce byly um�st�ny zde, proto�e nespadaj� do ��dn� jin� kategorie.

Po�adavky

Tyto funkce jsou k dispozici jako sou��st standardn�ho modulu, kter� je v�dy dostupn�.

Instalace

K pou��v�n� t�chto funkc� nen� t�eba ��dn� instalace, jsou sou��st� j�dra PHP.

Konfigurace b�hu

Chov�n� t�chto funkc� je ovlivn�no nastaven�m parametr� v php.ini.

Tabulka 1. Misc. Configuration Options

NameDefaultChangeable
ignore_user_abort"0"PHP_INI_ALL
highlight.string#DD0000PHP_INI_ALL
highlight.comment#FF9900PHP_INI_ALL
highlight.keyword#007700PHP_INI_ALL
highlight.bg#FFFFFFPHP_INI_ALL
highlight.default#0000BBPHP_INI_ALL
highlight.html#000000PHP_INI_ALL
browscapNULLPHP_INI_SYSTEM
For further details and definition of the PHP_INI_* constants see ini_set().

Zde je stru�n� vysv�tlen� konfigura�n�ch direktiv.

ignore_user_abort boolean

TRUE by default. If changed to FALSE scripts will be terminated as soon as they try to output something after a client has aborted their connection.

See also ignore_user_abort().

highlight.bg string, highlight.comment string, highlight.default string, highlight.html string, highlight.keyword string, highlight.string string

Colors for Syntax Highlighting mode. Anything that's acceptable in <font color="??????"> would work.

browscap string

Name (e.g.: browscap.ini) and location of browser capabilities file. See also get_browser().

Typy prost�edk�

Toto roz���en� nem� definov�n ��dn� typ prost�edku (resource).

P�eddefinovan� konstanty

Tyto konstanty jsou definov�ny t�mto roz���en�m a budou k dispozici pouze tehdy, bylo-li roz���en� zkompilov�no spole�n� s PHP nebo dynamicky zavedeno za b�hu.

CONNECTION_ABORTED (integer)

CONNECTION_NORMAL (integer)

CONNECTION_TIMEOUT (integer)

Obsah
connection_aborted -- Vrac� TRUE, pokud se klient odpojil
connection_status -- Vrac� bitov� pole stavu spojen�
connection_timeout -- Return TRUE if script timed out
constant -- Returns the value of a constant
define -- Definuje pojmenovanou konstantu.
defined --  Zkontroluje, jestli existuje dan� pojmenovan� konstanta
die --  Vytiskne vzkaz a ukon�� sou�asn� skript
eval -- Vyhodnot� �et�zec jako PHP k�d
exit -- Ukon�� sou�asn� skript
get_browser --  Ur�uje schopnosti u�ivatelova browseru
highlight_file -- Zv�razn� syntaxi souboru
highlight_string -- Zv�razn�n� syntaxe �et�zce
ignore_user_abort --  Nastavuje, jestli m� ukon�en� spojen� klientem p�eru�it vykon�v�n� skriptu
pack -- Sbal� data do bin�rn�ho �et�zce.
php_check_syntax --  Check the syntax of the specified file
php_strip_whitespace --  Return source with stripped comments and whitespace
show_source -- Zv�razn� syntaxi souboru
sleep -- Odlo�� proveden�
time_nanosleep --  Delay for a number of seconds and nano seconds
uniqid -- Generatuje unik�tn� id
unpack -- Rozbal� data z bin�rn�ho �et�zce
usleep -- Odlo�� proveden� v mikrosekund�ch


add a note add a note User Contributed Notes
R�zn� funkce
There are no user contributed notes for this page.

<SWFTextFieldconnection_aborted>
 Last updated: Thu, 15 Jul 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This unofficial mirror is operated at: /
Last updated: Sun Nov 14 23:09:54 2004 Local time zone must be set--see zic manual page