Dostupnost ve verzích: PHP 4.1.0
Hyperbolic cosine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The hyperbolic cosine of arg
Další zdroje
Oficiální dokumentace…
Funkce převede zalomení řádků (\n) ve stringu na HTML tag <br>.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Vstupní řetězec.
$is_xhtml
bool
null
Přepne způsob escapování podle kontextu.
Podrobný popis…
Dostupnost ve verzích: PHP 4.0
Arkus kosínus (arcus cosinus).
Funkce vrátí arcus cosinus parametru $arg v radiánech. acos() je inverzní funkce k funkci cos(), což znamená, že $a === cos(acos($a)) (pozor na zaokrouhlení!) pro každou hodnotu z…
Dostupnost ve verzích: PHP 5.5.0
Změní měřítko (rozměry) obrázku podle dané šířky a výšky.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$image
resource
není
Zdroj obrázku (datový typ resource), který získáte některou z funkcí pro…
Dostupnost ve verzích: PHP 4, 5, 7.
Převede speciální znaky, které mají v HTML význam na HTML entity, které lze běžným způsobem vykreslit.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Řetězec který bude převeden.…
Funkce vrátí fyzické rozměry obrázku.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
This parameter specifies the file you wish to retrieve information about. It can reference a local file or (configuration…
Dostupné od verze: PHP 4.2.0
Funkce vrátí string, který reprezentuje vloženou proměnnou jako kdyby byla napsána v PHP scriptu. Výstup lze rovnou použít pro PHP parser.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$expression
mixed…
Funkce mail() odešle e-mailovou zprávu prostřednictvím výchozí konfigurace serveru. Pro korektní fungování je potřeba funkci na serveru povolit a nastavit mailový server pro odesílání.
Funkce slouží pouze pro odesílání. Přijímání zpráv si musíte…
Dostupnost ve verzích: PHP 4.0
Sort an array and maintain index association
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$sort_flags
int
null
You may modify the behavior of the sort using the…
Dostupnost ve verzích: PHP 4.0
Arc tangent
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The arc tangent of arg in radians.
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 5.0
Retrieve list of registered socket transports
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
an indexed array of socket transports names.
Další zdroje
Oficiální dokumentace funkce stream-get…
Dostupnost ve verzích: PHP 4.0
Sort an array by values using a user-defined comparison function
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$cmp_function
callback
není
The comparison function…
Dostupnost ve verzích: PHP 4.0
Vytvoření zprávy systémového protokolu
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$priorita
int
není
Priorita je kombinací zařízení a úrovně. Více info v tabulce níže.
$message
string
není
Zpráva,…
Dostupnost ve verzích: PHP 4.0
Base-10 logarithm
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The base-10 logarithm of arg
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 4.0
Find the last occurrence of a character in a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
The string to search in
$needle
mixed
není
If needle contains more than one…
Dostupnost ve verzích: PHP 4.0
Rozbalení dat z binárního řetězce
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$format
string
není
Vysvětlení kódů formátů najdete v balíčku.
$data
string
není
Zabalená data.
$offset
int
není
…
Dostupnost ve verzích: PHP 4.0
Opens process file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$command
string
není
The command
$mode
string
není
The mode
Návratové hodnoty
resource
a file pointer identical to that…
Dostupnost ve verzích: PHP 4.0
Octal to decimal
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$octal_string
string
není
The octal string to convert
Návratové hodnoty
number
The decimal representation of octal_string
Další zdroje…
Dostupnost ve verzích: PHP 4.0
Returns connection status bitfield
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
the connection status bitfield, which can be used against the
CONNECTION_XXX constants to determine the connection…
Dostupnost ve verzích: PHP 5.1.0
Retreive the default streams context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$options
array
null
Návratové hodnoty
resource
A stream context resource.
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.3.0
Set blocking/non-blocking mode on a stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The stream.
$mode
int
není
If mode is 0, the given stream will be switched to non…
Dostupnost ve verzích: PHP 4.0
Hexadecimal to decimal
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hex_string
string
není
The hexadecimal string to convert
Návratové hodnoty
number
The decimal representation of hex_string
Další…
Dostupnost ve verzích: PHP 4.0
Outputs a file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename being read.
$use_include_path
bool
null,
You can use the optional second parameter and set it to true,…
Dostupnost ve verzích: PHP 5.0
Case-insensitive version of str_replace.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$search
mixed
není
Every replacement with search array is performed on the result of previous replacement.
…
Dostupnost ve verzích: PHP 5.0
Copies data from one stream to another
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$source
resource
není
The source stream
$dest
resource
není
The destination stream
$maxlength
int
null,
Maximum…
Dostupnost ve verzích: PHP 4.2.0
Calculates the md5 hash of a given file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename
$raw_output
bool
null
When true, returns the digest in raw binary format with…
Dostupnost ve verzích: PHP 4.0.4
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$name
string
není
The constant name.
Návratové hodnoty
int
The filter() method must return one of
three values upon completion.
Return Value…
Dostupnost ve verzích: PHP 4.0
Set locale information
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$category
int
není
category is a named constant specifying the category of the functions affected by the locale setting:
$locale…
Dostupnost ve verzích: PHP 5.3.0
Parse a configuration string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$ini
string
není
The contents of the ini file being parsed.
$process_sections
bool
null,
By setting the process_sections…
Dostupnost ve verzích: PHP 5.5.0
Sets the process title
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$title
string
není
The new title.
Návratové hodnoty
bool
TRUE on success or FALSE on failure.
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0
Decimal to hexadecimal
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
int
není
Decimal value to convert
Návratové hodnoty
string
Hexadecimal string representation of number
Další zdroje…
Dostupnost ve verzích: PHP 4.1.0
Hyperbolic cosine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The hyperbolic cosine of arg
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0, PHP 7.1
Gets the value of an environment variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$varname
string
null
The variable name.
Návratové hodnoty
string
|array|false the value of the…
Dostupnost ve verzích: PHP 4.0
Checks whether a file or directory exists
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file or directory.
Návratové hodnoty
bool
true if the file or directory…
Dostupnost ve verzích: PHP 4.0
Sets the value of an environment variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$setting
string
není
The setting, like "FOO=BAR"
Návratové hodnoty
bool
vrátí true v případě úspěchu,…
Dostupnost ve verzích: PHP 4.3.0
Calculate the sha1 hash of a file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename
$raw_output
bool
null
When true, returns the digest in raw binary format with a…
Dostupnost ve verzích: PHP 4.0.2
Returns information about the operating system PHP is running on
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$mode
string
null
Návratové hodnoty
string
the description, as a string.
Další zdroje…
Dostupnost ve verzích: PHP 4.0
Gets the current resource usages
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$who
int
null
If who is 1, getrusage will be called with RUSAGE_CHILDREN.
Návratové hodnoty
array
an associative array…
Dostupnost ve verzích: PHP 4.0
Find the position of the last occurrence of a substring in a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
The string to search in.
$needle
string
není
If needle is not a…
Dostupnost ve verzích: PHP 4.0
Make a string uppercase
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the uppercased string.
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0
Calculates the exponent of e
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
'e' raised to the power of arg
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0
Gets time of last page modification
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
the time of the last modification of the current
page. The value returned is a Unix timestamp, suitable for…
Dostupnost ve verzích: PHP 4.0
Limits the maximum execution time
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$seconds
int
není
The maximum execution time, in seconds. If set to zero, no time limit is imposed.
Návratové hodnoty…
Dostupnost ve verzích: PHP 4.0
Gets the current PHP version
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$extension
string
null
An optional extension name.
Návratové hodnoty
string
If the optional extension parameter is
specified…
Dostupnost ve verzích: PHP 5.5.0
Set the interpolation method
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$image
resource
není
An image resource, returned by one of the image creation functions, such as {@link https://www.php.net…
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is a regular file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
bool
true if the filename exists and is a regular…
Dostupnost ve verzích: PHP 4.0
Returns filename component of path
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$path
string
není
A path.
$suffix
string
null
If the filename ends in suffix this will also be cut off.
Návratové…
(PHP 4.2.0, PHP 5)
doubleval � Alias of floatval()
Get float value of a variable
&Alias; floatval
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
Návratové hodnoty
float
value of the given variable. Empty arrays…
PHP > 5.4.0
Set the stream chunk size.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$fp
resource
není
$chunk_size
int
není
Návratové hodnoty
int
Returns the previous chunk size on success.
Will return FALSE if chunk_size…
Dostupnost ve verzích: PHP 4.3.0
Return a list of .ini files parsed from the additional ini dir
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
a comma-separated string of .ini files on success. Each comma is
followed by a…
Dostupnost ve verzích: PHP 5.0
&Alias; checkdnsrr
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$host
???
$type
???
Návratové hodnoty
bool
Returns TRUE if any records are found; returns FALSE if no records were found or…
Dostupnost ve verzích: PHP 4.0
Tokenize string
Note that only the first call to strtok uses the string argument.
Every subsequent call to strtok only needs the token to use, as it keeps track of where it is in the current string.
To start over, or…
Dostupnost ve verzích: PHP 5.0
Sends a message to a socket, whether it is connected or not
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$socket
resource
není
The socket to send data to.
$data
string
není
The data to be sent.
…
Dostupnost ve verzích: PHP 4.2.0
Gets all configuration options
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$extension
string
null,
An optional extension name. If set, the function return only options specific for that extension.
…
Dostupnost ve verzích: PHP 4.0
Return the current element in an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The array.
Návratové hodnoty
mixed
The current function simply returns the
value of the array…
Dostupnost ve verzích: PHP 5.1.0
Restores a previously unregistered built-in wrapper
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$protocol
string
není
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě…
Dostupnost ve verzích: PHP 4.0
Counts all elements in an array, or something in an object.
For objects, if you have SPL installed, you can hook into count() by implementing interface {
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
…
Dostupnost ve verzích: PHP 4.0
Combined linear congruential generator
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
float
A pseudo random float value in the range of (0, 1)
Další zdroje
Oficiální dokumentace funkce lcg-value
Dostupnost ve verzích: PHP 4.1.0
Returns available space in directory
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$directory
string
není
A directory of the filesystem or disk partition.
Návratové hodnoty
float
|bool the number…
Dostupnost ve verzích: PHP 4.0
Convert logical Hebrew text to visual text with newline conversion
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hebrew_text
string
není
A Hebrew input string.
$max_chars_per_line
int
null
This…
Dostupnost ve verzích: PHP 4.0
Convert a number between arbitrary bases
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
string
není
The number to convert
$frombase
int
není
The base number is in
$tobase
int
není
The base to…
Dostupnost ve verzích: PHP 4.1.0
Returns the total size of a directory
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$directory
string
není
A directory of the filesystem or disk partition.
Návratové hodnoty
float
|bool the total…
Dostupnost ve verzích: PHP 4.0
Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$ip_address
string
není
A standard format address.
…
Dostupnost ve verzích: PHP 4.0.4
Finds whether a variable is &null;
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
The variable being evaluated.
Návratové hodnoty
bool
true if var is null, false
otherwise.
Další…
Dostupnost ve verzích: PHP 5.3.2
Resolve filename against the include path according to the same rules as fopen()/include().
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Návratové hodnoty
string
|bool…
Dostupnost ve verzích: PHP 4.3.2
Register a URL wrapper implemented as a PHP class
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$protocol
string
není
The wrapper name to be registered.
$classname
string
není
The classname which…
Dostupnost ve verzích: PHP 4.0
Make a string lowercase
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the lowercased string.
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 4.0
Initializes all syslog related variables
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
void
Dostupnost ve verzích: PHP 5.5.0
Flips an image using a given mode
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$image
resource
An image resource, returned by one of the image creation functions, such as {@link https://www.php.net…
Dostupnost ve verzích: PHP 4.3.0
Set timeout period on a stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The target stream.
$seconds
int
není
The seconds part of the timeout to be set.
$microseconds
int…
Dostupnost ve verzích: PHP 4.0
Odešle HTTP hlavičku a surové (raw) podobě.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Obsah hlavičky
$replace
bool
true,
The optional replace parameter indicates whether the…
Dostupnost ve verzích: PHP 5.1.0
Remove a filter from a stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream_filter
resource
není
The stream filter to be removed.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak…
Dostupnost ve verzích: PHP 4.2.0
Finds whether a value is infinite
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$val
float
není
The value to check
Návratové hodnoty
bool
true if val is infinite, else false.
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0
Return the contents of the output buffer
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
This will return the contents of the output buffer or false, if output
buffering isn't active.
Další…
Dostupnost ve verzích: PHP 4.0
Shuffle an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The array.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu.
Další zdroje…
Dostupnost ve verzích: PHP 4.1.0
Inverse hyperbolic cosine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
The value to process
Návratové hodnoty
float
The inverse hyperbolic cosine of arg
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0
&Alias; stream_set_timeout
Set timeout period on a stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The target stream.
$seconds
int
není
The seconds part of the timeout…
Dostupnost ve verzích: PHP 4.0
Strip whitespace (or other characters) from the beginning of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
$charlist
string
"
You can also specify…
Dostupnost ve verzích: PHP 4.0
Get the IPv4 address corresponding to a given Internet host name
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hostname
string
není
The host name.
Návratové hodnoty
string
the IPv4 address or a…
Dostupnost ve verzích: PHP 5.1.0
Parse a time/date generated with strftime
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$date
string
není
The string to parse (e.g. returned from strftime)
$format
string
není
The format used in…
Dostupnost ve verzích: PHP 4.0
Arc sine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The arc sine of arg in radians
Další zdroje
Oficiální dokumentace funkce asin
Dostupnost ve verzích: PHP 5.0
Decode a uuencoded string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$data
string
není
The uuencoded data.
Návratové hodnoty
string
the decoded data as a string.
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0
&Alias; set_magic_quotes_runtime
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$new_setting
???
Dostupnost ve verzích: PHP 4.0
Nastaví přístupová práva k souboru (čtení, zápis, smazání).
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Cesta k souboru (doporučuje se absolutní)
$mode
int
není
Práva k…
Dostupnost ve verzích: PHP 4.3.0
Retrieves header/meta data from streams/file pointers
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The stream can be any stream created by fopen, fsockopen and pfsockopen.
…
Dostupnost ve verzích: PHP 4.0
Get string value of a variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
The variable that is being converted to a string.
Návratové hodnoty
string
The string value of var.
Další…
Dostupnost ve verzích: PHP 5.5.0
Converts a palette based image to true color
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$image
resource
není
An image resource, returnd by one of the image creation functions, such as {@link https:…
Dostupnost ve verzích: PHP 5.0
List files and directories inside the specified path
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$directory
string
není
The directory that will be scanned.
$sorting_order
int
null,
By default, the…
Dostupnost ve verzích: PHP 4.0
Nahrazení textu v části řetězce
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
mixed
není
Zpracovávaný řetězec.
$replacement
string
není
Řetězec pro nahrazení.
$start
int
není
Pokud je start…
Dostupnost ve verzích: PHP 4.0.6
Verify that the contents of a variable can be called as a function
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$name
`callback
callable`
není
$syntax_only
bool
null,
If set to true the function…
Dostupnost ve verzích: PHP 4.0
Delay execution in microseconds
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$micro_seconds
int
není
Halt time in micro seconds. A micro second is one millionth of a second.
Návratové hodnoty
void…
Dostupnost ve verzích: PHP 4.0
Reverse a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
The string to be reversed.
Návratové hodnoty
string
the reversed string.
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 4.0
Binary to decimal
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$binary_string
string
není
The binary string to convert
Návratové hodnoty
number
The decimal value of binary_string
Další zdroje…
Dostupnost ve verzích: PHP 4.2.0
Finds whether a value is a legal finite number
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$val
float
není
The value to check
Návratové hodnoty
bool
true if val is a legal finite
number within…
Dostupnost ve verzích: PHP 4.0
Gets the current working directory
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
the current working directory on success, or false on
failure.
On some Unix variants, getcwd will return…
Dostupnost ve verzích: PHP 4.0
Return part of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Zpracovávaný řetězec.
$start
int
není
If start is non-negative, the returned string will start at the start'th…
Dostupnost ve verzích: PHP 4.0, PHP 5, PHP 7
Absolutní hodnota čísla
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
mixed
není
Numerická hodnota pro převod
$cislo = -15.4;
$abs = abs($cislo); // 15.4
Vrátí absolutní…
Dostupnost ve verzích: PHP 4.0
Arc tangent of two variables
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$y
float
není
Dividend parameter
$x
float
není
Divisor parameter
Návratové hodnoty
float
The arc tangent of y/x
in radians…
Dostupnost ve verzích: PHP 4.0
Open Internet or Unix domain socket connection
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hostname
string
není
If you have compiled in OpenSSL support, you may prefix the hostname with either ssl://…
Dostupnost ve verzích: PHP 4.0.5
Change the root directory
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$directory
string
není
The new directory
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu…
Dostupnost ve verzích: PHP 4.0
Finds whether a variable is a resource
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
The variable being evaluated.
Návratové hodnoty
bool
true if var is a resource,
false otherwise.…
Dostupnost ve verzích: PHP 4.0
Set the type of a variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
The variable being converted.
$type
string
není
Possibles values of type are:
Návratové hodnoty
bool
vrátí…
Dostupnost ve verzích: PHP 4.0
Join array elements with a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$glue
string
"",
Defaults to an empty string. This is not the preferred usage of implode as glue would be the…
Dostupnost ve verzích: PHP 4.0
Cosine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
An angle in radians
Návratové hodnoty
float
The cosine of arg
Další zdroje
Oficiální dokumentace funkce cos
Dostupnost ve verzích: PHP 4.0
Gets line from file pointer and parse for CSV fields
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
A valid file pointer to a file successfully opened by fopen, popen, or fsockopen.…
Dostupnost ve verzích: PHP 4.0
Removes directory
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$dirname
string
není
Path to the directory.
$context
resource
null
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false…
Dostupnost ve verzích: PHP 5.1.0
Format line as CSV and write to file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
$fields
array
není
An array of values.
$delimiter
string
",",
The…
Dostupnost ve verzích: PHP 4.0
Nahradí všechny výskyty vyhledávaného řetězce náhradním řetězcem.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$search
mixed
není
Hledaná hodnota, jinak známá jako $needle. Pole může být použito k…
Dostupnost ve verzích: PHP 4.0
Vrátí typ proměnné.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
Proměnná, kterou chceme zkontrolovat
Návratové hodnoty
string
Vrátí typ proměnné.
Vrací jednu z těchto možností:
…
Dostupnost ve verzích: PHP 4.0
Return current Unix timestamp with microseconds
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$get_as_float
bool
null
When called without the optional argument, this function returns the string "…
Dostupnost ve verzích: PHP 4.3.0
Sets file buffering on the given stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The file pointer.
$buffer
int
není
The number of bytes to buffer. If buffer is 0 then…
Dostupnost ve verzích: PHP 4.0
&Alias; ini_set
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$varname
???
$newvalue
???
Další zdroje
Oficiální dokumentace funkce ini-alter
Dostupnost ve verzích: PHP 4.0
Encodes data with MIME base64
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$data
string
není
The data to encode.
Návratové hodnoty
string
The encoded data, as a string.
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0
Returns the translation table used by htmlspecialchars and htmlentities
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$table
int
null,
There are two new constants (HTML_ENTITIES, HTML_SPECIALCHARS) that…
Dostupnost ve verzích: PHP 4.0
Checks if or where headers have been sent
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$file
string
null,
If the optional file and line parameters are set, headers_sent will put the PHP source file…
Dostupnost ve verzích: PHP 4.0
Send a cookie
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$name
string
není
The name of the cookie.
$value
string
null,
The value of the cookie. This value is stored on the clients computer; do not…
Dostupnost ve verzích: PHP 4.0
Flush the output buffer
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
void
Další zdroje
Oficiální dokumentace funkce flush
Dostupnost ve verzích: PHP 4.0
Call a user function given by the first parameter
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function
callback
není
The function to be called. Class methods may also be invoked statically using this…
Dostupnost ve verzích: PHP 4.0
Gets file inode
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the inode number of the file, or false on failure.
Další zdroje…
Dostupnost ve verzích: PHP 4.0
Split a string into smaller chunks
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$body
string
není
The string to be chunked.
$chunklen
int
null,
The chunk length.
$end
string
null
The line ending…
Dostupnost ve verzích: PHP 4.0
Sets the current active configuration setting of magic_quotes_runtime
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$new_setting
bool
není
false for off, true for on.
Návratové hodnoty
bool
vrátí…
Dostupnost ve verzích: PHP 4.0
Gets file permissions
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the permissions on the file, or false on failure.
Další zdroje…
Dostupnost ve verzích: PHP 5.0
Receives data from a socket, connected or not
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$socket
resource
není
The remote socket.
$length
int
není
The number of bytes to receive from the socket.
…
Dostupnost ve verzích: PHP 5.5.0
Returns the current process title
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
Return a string with the current process title or NULL on error.
Další zdroje
Oficiální dokumentace funkce cli…
Dostupnost ve verzích: PHP 4.0
Sort an array in reverse order and maintain index association
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$sort_flags
int
null
You may modify the behavior of the…
Dostupnost ve verzích: PHP 4.0
Clean (erase) the output buffer and turn off output buffering
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu. Reasons for failure are…
Dostupnost ve verzích: PHP 4.0
Returns the rounded value of val to specified precision (number of digits after the decimal point).
precision can also be negative or zero (default).
Note: PHP doesn't handle strings like "12,300.2" correctly…
Dostupnost ve verzích: PHP 4.0
Advance the internal array pointer of an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The array being affected.
Návratové hodnoty
mixed
the array value in the next place that…
Dostupnost ve verzích: PHP 4.0
Vygeneruje unikátní identifikátor.
Používá se zejména pro generování ID v tabulkách, které jsou uloženy po částech na více serverech a dochází k pravidelné synchronizaci. Pokud databáze běží na více místech současně,…
Dostupnost ve verzích: `PHP 5.5.0
/
function boolval($var) {}
/**
Get the integer value of a variable, PHP 4.0`
(PHP 5.5.0)
Get the boolean value of a variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
the scalar…
Dostupnost ve verzích: PHP 4.2.0
Return the nesting level of the output buffering mechanism
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
the level of nested output buffering handlers or zero if output
buffering is not active.…
Dostupnost ve verzích: PHP 4.0
Gets file owner
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the user ID of the owner of the file, or false on failure.
The user…
Dostupnost ve verzích: PHP 4.0
&Alias; is_writable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename being checked.
Návratové hodnoty
bool
true if the filename exists and is
writable.
Další…
Dostupnost ve verzích: PHP 4.0
Restores the value of a configuration option
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$varname
string
není
The configuration option name.
Návratové hodnoty
void
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.3.0
Attach a filter to a stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The target stream.
$filtername
string
není
The filter name.
$read_write
int
null,
By default, stream…
Dostupnost ve verzích: PHP 4.0
Get the Internet host name corresponding to a given IP address
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$ip_address
string
není
The host IP address.
Návratové hodnoty
string
the host name or the…
Dostupnost ve verzích: PHP 4.1.0
Returns exp(number) - 1, computed in a way that is accurate even
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
'e' to the power of…
Dostupnost ve verzích: PHP 4.0
Extracts all meta tag content attributes from a file and returns an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The path to the HTML file, as a string. This can be a local…
Dostupnost ve verzích: PHP 4.0
Syntax highlighting of a file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the PHP file to be highlighted.
$return
bool
null
Set this parameter to true to make this…
Dostupnost ve verzích: PHP 4.0
Converts the radian number to the equivalent number in degrees
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
float
není
A radian value
Návratové hodnoty
float
The equivalent of number in…
Dostupnost ve verzích: PHP 4.3.0
Gets the current include_path configuration option
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
the path, as a string.
Další zdroje
Oficiální dokumentace funkce get-include-path
Dostupnost ve verzích: PHP 4.0
Parse a configuration file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename of the ini file being parsed.
$process_sections
bool
null,
By setting the process_sections…
Dostupnost ve verzích: PHP 4.0
Portable advisory file locking
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
An open file pointer.
$operation
int
není
operation is one of the following: LOCK_SH to acquire a…
Dostupnost ve verzích: PHP 4.2.0
Clean (erase) the output buffer
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
void
Další zdroje
Oficiální dokumentace funkce ob-clean
Dostupnost ve verzích: PHP 4.3.0
Runs the equivalent of the select() system call on the given
arrays of streams with a timeout specified by tv_sec and tv_usec
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$read
array
není
The streams…
Dostupnost ve verzích: PHP 4.0
Gets the current active configuration setting of magic_quotes_runtime
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
0 if magic quotes runtime is off, 1 otherwise.
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 5.0
Convert a string to an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Zpracovávaný řetězec.
$split_length
int
1
Maximum length of the chunk.
Návratové hodnoty
array
If the…
Dostupnost ve verzích: PHP 4.2.0
Get status of output buffers
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$full_status
bool
null
true to return all active output buffer levels. If false or not set, only the top level output buffer…
Dostupnost ve verzích: PHP 4.0
String comparisons using a "natural order" algorithm
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str1
string
není
The first string.
$str2
string
není
The second string.
Návratové…
Dostupnost ve verzích: PHP 4.0
Close connection to system logger
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu.
Další zdroje
Oficiální dokumentace funkce closelog
Dostupnost ve verzích: PHP 4.0
Convert from one Cyrillic character set to another
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
The string to be converted.
$from
string
není
The source Cyrillic character set, as a…
Dostupnost ve verzích: PHP 4.3.0
&Alias; stream_wrapper_register
Register a URL wrapper implemented as a PHP class
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$protocol
string
není
The wrapper name to be registered.
…
Dostupnost ve verzích: PHP 4.0
Rewind the position of a file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
The file pointer must be valid, and must point to a file successfully opened by fopen.
…
Dostupnost ve verzích: PHP 4.0
Find lowest value
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$value1
`array
mixed`
není
$value2
mixed
null,
$values
mixed
není
Návratové hodnoty
mixed
min returns the numerically lowest of…
Dostupnost ve verzích: PHP 4.0
Gets the current configuration setting of magic quotes gpc
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
0 if magic quotes gpc are off, 1 otherwise.
Další zdroje
Oficiální dokumentace funkce get…
Dostupnost ve verzích: PHP 4.0
Sort an array using a case insensitive "natural order" algorithm
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
Návratové hodnoty
bool
vrátí true v případě…
Dostupnost ve verzích: PHP 5.0
Zpoždění v řádu sekund a nanosekund
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$seconds
int
není
Musí to být celé kladné číslo.
$nanoseconds
int
není
Musí to být kladné celé číslo menší než 1…
Dostupnost ve verzích: PHP 4.0.2
Obalí řetězec na zadaný počet znaků
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
$width
int
75,
Šířka sloupce.
$break
string
"\n",
Řádek se zalomí…
Dostupnost ve verzích: PHP 4.0
&Alias; stream_set_blocking
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$socket
resource
není
The stream.
$mode
int
není
If mode is 0, the given stream will be switched to non-blocking mode, and…
Dostupnost ve verzích: PHP 4.0.3
Returns information about a file path
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$path
string
není
The path being checked.
$options
int
null
You can specify which elements are returned with…
Dostupnost ve verzích: PHP 4.0
Nastaví čas přístupu a modifikace souboru
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Název souboru, kterého se dotýkáte.
$time
int
null,
Čas dotyku. Pokud není čas uveden,…
Dostupnost ve verzích: PHP 4.0.5
Locale based string comparison
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str1
string
není
The first string.
$str2
string
není
The second string.
Návratové hodnoty
int
< 0 if str1 is less…
Dostupnost ve verzích: PHP 4.2.0
Get float value of a variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var
mixed
není
Návratové hodnoty
float
value of the given variable. Empty arrays return 0, non-empty arrays return 1.…
Dostupnost ve verzích: PHP 4.0
Convert logical Hebrew text to visual text
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hebrew_text
string
není
A Hebrew input string.
$max_chars_per_line
int
null
This optional parameter indicates…
Dostupnost ve verzích: PHP 4.3.0
Flush the output buffer, return it as a string and turn off output buffering
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
the output buffer or false if no buffering is active.
Další zdroje…
Dostupnost ve verzích: PHP 4.1.0
Hyperbolic sine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The hyperbolic sine of arg
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 4.3.0
Convert all HTML entities to their applicable characters
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Zpracovávaný řetězec.
$quote_style
int
null,
The optional second quote…
Dostupnost ve verzích: PHP 4.0
Uspání scriptu.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$seconds
int
není
Jak dlouho spát v sekundách.
Návratové hodnoty
int
V případě správného průběhu vrátí nulu (0), nebo false v případě…
Dostupnost ve verzích: PHP 4.0
Close directory handle
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$dir_handle
resource
null
The directory handle resource previously opened with opendir. If the directory handle is not specified, the…
Dostupnost ve verzích: PHP 5.0
Open Internet or Unix domain socket connection
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$remote_socket
string
není
Address to the socket to connect to.
$errno
int
null,
Will be set to the system…
Dostupnost ve verzích: PHP 4.0
Returns canonicalized absolute pathname
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$path
string
není
The path being checked.
Návratové hodnoty
string
|bool the canonicalized absolute pathname on…
Dostupnost ve verzích: PHP 5.1.0
Přesunutí skriptu do spánku do zadaného času
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$timestamp
float
není
Časový údaj, kdy se má skript probudit.
Návratové hodnoty
bool
vrátí true v případě…
Dostupnost ve verzích: PHP 4.0
Prints human-readable information about a variable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$expression
mixed
není
The expression to be printed.
$return
bool
null
If you would like to capture the…
Dostupnost ve verzích: PHP 4.2.0
Finds whether a value is not a number
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$val
float
není
The value to check
Návratové hodnoty
bool
true if val is 'not a number',
else false.
Další zdroje…
Dostupnost ve verzích: PHP 5.3.0
Convert a 8 bit string to a quoted-printable string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the encoded string.
Další zdroje…
Dostupnost ve verzích: PHP 4.0
&Alias; disk_free_space
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$path
???
Další zdroje
Oficiální dokumentace funkce diskfreespace
Dostupnost ve verzích: PHP 4.0
Strip HTML and PHP tags from a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Vstupní řetězec.
$allowable_tags
string
null
Druhý nepovinný parametr můžete použít k určení značek…
Dostupnost ve verzích: PHP 4.0
Calculate the md5 hash of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
The string.
$raw_output
bool
null
If the optional raw_output is set to true, then the md5 digest is…
Dostupnost ve verzích: PHP 4.3.0
Return information about words used in a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
The string
$format
int
null,
Specify the return value of this function. The current…
Dostupnost ve verzích: PHP 4.0
Matematická funkce sinus.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Hodnota v radiánech
Návratové hodnoty
float
Hodnota sinu.
Další zdroje
Oficiální dokumentace funkce sin
Dostupnost ve verzích: PHP 5.3.0
Tells whether the stream supports locking.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The stream to check.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false…
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is writable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename being checked.
Návratové hodnoty
bool
true if the filename exists and is…
Dostupnost ve verzích: PHP 4.0
změní aktuální umask
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$mask
int
null
Nový umask.
Návratové hodnoty
int
umask bez argumentů jednoduše vrací, jinak se vrátí starý umask.
Další zdroje…
Dostupnost ve verzích: PHP 4.0
Convert binary data into hexadecimal representation
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
A character.
Návratové hodnoty
string
the hexadecimal representation of the given…
Dostupnost ve verzích: PHP 5.0
Reads remainder of a stream into a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
A stream resource (e.g. returned from fopen)
$maxlength
int
null,
The maximum bytes to…
Dostupnost ve verzích: PHP 4.0
Gives information about a file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
array
stat and fstat result
format
Numeric
Associative (since…
Dostupnost ve verzích: PHP 5.2.4
Retrieve a path to the loaded php.ini file
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
The loaded &php.ini; path, or false if one is not loaded.
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0
Sort an array by key in reverse order
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$sort_flags
int
null
You may modify the behavior of the sort using the optional…
Dostupnost ve verzích: PHP 5.0
Vyhledání pozice prvního výskytu řetězce bez rozlišení velikosti znaků.
TIP:
Funkce stripos byla v minulosti používána pro ověření, zda řetězec obsahuje podřetězec.
Od PHP 8.0 na toto existuje nativní funkce str…
Dostupnost ve verzích: PHP 4.0
Vypíše informace o proměnné přímo na výstup (do stránky).
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$expression
mixed
není
Proměnná, kterou chceme vypsat
$_
mixed
null
Návratové hodnoty
void…
Dostupnost ve verzích: PHP 4.0
Gets the value of a PHP configuration option
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$option
string
není
The configuration option name.
Návratové hodnoty
string
the current value of the PHP…
Dostupnost ve verzích: PHP 4.3.0
Match filename against a pattern
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$pattern
string
není
The shell wildcard pattern.
$string
string
není
The tested string. This function is especially…
Dostupnost ve verzích: PHP 4.0
Returns directory name component of path
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$path
string
není
A path.
$levels
int
1
The number of parent directories to go up. This must be an integer…
Dostupnost ve verzích: PHP 5.3.0
Set the default streams context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$options
array
není
The options to set for the default context.
Návratové hodnoty
resource
the default stream context.…
Dostupnost ve verzích: PHP 4.3.0
Attach a filter to a stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The target stream.
$filtername
string
není
The filter name.
$read_write
int
null,
By default, stream…
Dostupnost ve verzích: PHP 5.0
Uuencode a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$data
string
není
The data to be encoded.
Návratové hodnoty
string
the uuencoded data.
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 5.1.0
Creates a pair of connected, indistinguishable socket streams
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$domain
int
není
The protocol family to be used: STREAM_PF_INET, STREAM_PF_INET6 or STREAM…
Dostupnost ve verzích: PHP 5.3.0
Call a static method
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function
callback
není
The function or method to be called. This parameter may be an array, with the name of the class, and the…
Dostupnost ve verzích: PHP 4.3.0
Sets an option for a stream/wrapper/context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream_or_context
resource
není
$options
array
není
Návratové hodnoty
bool
vrátí true v případě…
Dostupnost ve verzích: PHP 5.2.4
Checks if a stream is a local stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream_or_url
mixed
není
The stream resource or URL to check.
Návratové hodnoty
bool
vrátí true v případě úspěchu…
Dostupnost ve verzích: PHP 4.0
Sort an array by key
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$sort_flags
int
null
You may modify the behavior of the sort using the optional parameter sort…
Dostupnost ve verzích: PHP 5.3.0
Remove previously set headers
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$name
string
null
The header name to be removed.
Návratové hodnoty
void
Další zdroje
Oficiální dokumentace funkce header…
Dostupnost ve verzích: PHP 4.0
Parse a binary IPTC block into single tags.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$iptcblock
string
není
A binary IPTC block.
Návratové hodnoty
array
an array using the tagmarker as an index…
Dostupnost ve verzích: PHP 5.1.0
Converts a human readable IP address to its packed in_addr representation
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$address
string
není
A human readable IPv4 or IPv6 address.
Návratové hodnoty…
Dostupnost ve verzích: PHP 4.0
Send an error message somewhere
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$message
string
není
The error message that should be logged.
$message_type
int
null,
Says where the error should go. The…
Dostupnost ve verzích: PHP 4.0
Calculate the metaphone key of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
$phonemes
int
0
This parameter restricts the returned metaphone key to…
Dostupnost ve verzích: PHP 7.0
Integer division
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$dividend
???
$divisor
???
Návratové hodnoty
int
If divisor is 0, a {@link DivisionByZeroError} exception is thrown.
If the…
Dostupnost ve verzích: PHP 5.2.0
Get the last occurred error
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
an associative array describing the last error with keys "type",
"message", "file" and …
Dostupnost ve verzích: PHP 4.3.0
Gets options from the command line argument list
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$options
string
není
$longopts
array
null,
$optind
int
null
Návratové hodnoty
array
This…
Dostupnost ve verzích: PHP 4.3.0
Find pathnames matching a pattern
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$pattern
string
není
The pattern. No tilde expansion or parameter substitution is done.
$flags
int
null
Valid flags:…
Dostupnost ve verzích: PHP 4.1.0
Inverse hyperbolic tangent
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
Inverse hyperbolic tangent of arg
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.1.0
Returns log(1 + number), computed in a way that is accurate even when
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
float
není
Argument pro zpracování
Návratové hodnoty
float
log(1 + number…
Dostupnost ve verzích: PHP 4.0
Sets the value of a configuration option
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$varname
string
není
$newvalue
string
není
The new value for the option.
Návratové hodnoty
string
|bool the…
Dostupnost ve verzích: PHP 5.0
Return source with stripped comments and whitespace
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the PHP file.
Návratové hodnoty
string
The stripped source code will be…
Dostupnost ve verzích: PHP 4.0
Pozor:
Tato funkce je zastaralá a od PHP 5 již není dostupná.
Tato funkce vrací ID, které lze použít k zobrazení loga Zend pomocí vestavěného obrázku.
Například takto:
echo '<img src="' . $_SERVER['PHP_SELF']…
Dostupnost ve verzích: PHP 4.0
Registers a function that will be called when PHP starts sending output.
The callback is executed just after PHP prepares all headers to be sent,
and before any other output is sent, creating a window to manipulate the…
Dostupnost ve verzích: PHP 4.0
Tells whether a file exists and is readable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
bool
true if the file or directory specified by…
Dostupnost ve verzích: PHP 5.1.0
Convert special HTML entities back to characters
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
The string to decode
$quote_style
int
null
The quote style. One of the following…
Dostupnost ve verzích: PHP 4.0
Gives information about a file or symbolic link
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to a file or a symbolic link.
Návratové hodnoty
array
See the manual page for…
Dostupnost ve verzích: PHP 4.0
Binary-safe file read
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
$length
int
není
Up to length number of bytes read.
Návratové hodnoty
string
|bool the read string or…
Dostupnost ve verzích: PHP 4.0
Odebere escapování znaků z řetězce, který byl původně převeden funkcí addcslashes.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Vstupní řetězec
Návratové hodnoty
string
Další zdroje…
Dostupnost ve verzích: PHP 4.0
Turn on output buffering
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$output_callback
callback
null,
An optional output_callback function may be specified. This function takes a string as a parameter…
Dostupnost ve verzích: PHP 4.0
Quote meta characters
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the string with meta characters quoted.
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0, PHP 7.0
Vytvoří hodnotu PHP z uložené reprezentace
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Serializovaný řetězec.
$options
mixed
null
Návratové hodnoty
mixed
Vrací se…
Dostupnost ve verzích: PHP 5.0
Create an Internet or Unix domain server socket
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$local_socket
string
není
The type of socket created is determined by the transport specified using standard…
Dostupnost ve verzích: PHP 4.0
Outputs lots of PHP information
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$what
int
null
The output may be customized by passing one or more of the following constants bitwise values summed together…
Dostupnost ve verzích: PHP 5.1.0
Turns encryption on/off on an already connected socket
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The stream resource.
$enable
bool
není
Enable/disable cryptography on the…
Dostupnost ve verzích: PHP 4.0
Clears file status cache
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$clear_realpath_cache
bool
null,
Whenever to clear realpath cache or not.
$filename
string
null
Clear realpath cache on a…
Dostupnost ve verzích: PHP 4.0
&Alias; stream_set_write_buffer
Sets the buffering for write operations on the given stream to buffer bytes.
Output using fwrite() is normally buffered at 8K.
This means that if there are two processes wanting to…
Dostupnost ve verzích: PHP 4.0.3
Moves an uploaded file to a new location
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename of the uploaded file.
$destination
string
není
The destination of the moved…
Dostupnost ve verzích: PHP 4.0
Change directory
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$directory
string
není
The new current directory
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu.…
Dostupnost ve verzích: PHP 4.3.0
Set parameters for a stream/wrapper/context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream_or_context
resource
není
The stream or context to apply the parameters too.
$params
array
není
An…
Dostupnost ve verzích: PHP 4.0
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
PHPE9568F34-D428-11d2-A769-00AA001ACF42.
Dostupnost ve verzích: PHP 4.0
Gets character from file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
Návratové hodnoty
string
a string containing a single character read from the file pointed
to by…
Dostupnost ve verzích: PHP 4.0
Case-insensitive strstr
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
The string to search in
$needle
mixed
není
If needle is not a string, it is converted to an integer and…
Dostupnost ve verzích: PHP 4.0
Create array containing variables and their values
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$varname
mixed
není
compact takes a variable number of parameters. Each parameter can be either a string…
Dostupnost ve verzích: PHP 4.0
One-way string encryption (hashing)
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
The string to be encrypted.
$salt
string
null
An optional salt string to base the encryption on. If…
Dostupnost ve verzích: PHP 4.0
Gets line from file pointer and strip HTML tags
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
$length
int
null,
Length of the data to be retrieved.
$allowable_tags
string
null…
Dostupnost ve verzích: PHP 4.0
&Alias; highlight_file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$file_name
???
$return
???
Další zdroje
Oficiální dokumentace funkce show-source
Dostupnost ve verzích: PHP 4.0
Find length of initial segment not matching mask
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str1
string
není
The first string.
$str2
string
není
The second string.
$start
int
null,
The start…
Dostupnost ve verzích: PHP 4.0
Opakuje string.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$input
string
není
String, který se má opakovat
$multiplier
int
není
Kolikrát se má opakovat
Návratové hodnoty
string
Finální opakovaný…
Dostupnost ve verzích: PHP 4.0
Ověří, jestli je prvek součástí pole.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$needle
mixed
není
Hledaná hodnota
$haystack
array
není
Prohledávané pole
$strict
bool
false
Má se kontrolovat i…
Dostupnost ve verzích: PHP 4.3.0
Randomly shuffles a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the shuffled string.
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0
Natural logarithm
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
The value to calculate the logarithm for
$base
float
null
The optional logarithmic base to use (defaults to 'e' and so…
Dostupnost ve verzích: PHP 4.3.0
Restores the value of the include_path configuration option
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
void
Další zdroje
Oficiální dokumentace funkce restore-include-path
Dostupnost ve verzích: PHP 5.3.0
Call a static method and pass the arguments as array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function
callback
není
The function or method to be called. This parameter may be an &array;,…
Dostupnost ve verzích: PHP 4.0.5
Get numeric formatting information
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
localeconv returns data based upon the current locale
as set by setlocale. The associative array that is…
Dostupnost ve verzích: PHP 4.2.0
Flush (send) the output buffer
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
void
Další zdroje
Oficiální dokumentace funkce ob-flush
Dostupnost ve verzích: PHP 4.0
Doplní lomítka do řetězce na vhodná místa tak, aby došlo k escapování obsahu.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Řetězec, který má být escapován.
Návratové hodnoty
string …
Dostupnost ve verzích: PHP 4.0
Napíše velké písmeno místo prvního znaku u každého slova v řetězci.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
$delimiters
string
"
Návratové hodnoty…
Dostupnost ve verzích: PHP 4.0
Check whether client disconnected
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
1 if client disconnected, 0 otherwise.
Další zdroje
Oficiální dokumentace funkce connection-aborted
Dostupnost ve verzích: PHP 4.0
Gets inode change time of file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the time the file was last changed, or false on…
Dostupnost ve verzích: PHP 4.1.0
Inverse hyperbolic sine
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The inverse hyperbolic sine of arg
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 5.3.0
Gets the host name
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
a string with the hostname on success, otherwise false is
returned.
Další zdroje
Oficiální dokumentace funkce gethostname
Dostupnost ve verzích: PHP 4.0
Round fractions up
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$value
float
není
The value to round
Návratové hodnoty
float
value rounded up to the next highest
integer.
The return value of ceil is…
Dostupnost ve verzích: PHP 4.0
Quote string with slashes in a C style
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Řetězec, který má být escapován.
$charlist
string
není
Seznam znaků, které mají být escapovány.…
Dostupnost ve verzích: PHP 4.0.1
Returns the type of interface between web server and PHP
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
the interface type, as a lowercase string.
Although not exhaustive, the possible…
Dostupnost ve verzích: PHP 4.0
&Alias; implode
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$glue
string
"",
Defaults to an empty string. This is not the preferred usage of implode as glue would be the second parameter…
Dostupnost ve verzích: PHP 4.0
Call a user method on an specific object
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$method_name
string
není
$obj
object
není
$parameter
mixed
null,
$_
mixed
null
Návratové hodnoty
mixed
Dostupnost ve verzích: `PHP 5.5.0
/
function imageaffinematrixconcat(array $m1, array $m2) {}
/**
Return an image containing the affine tramsformed src image, using an optional clipping area, PHP 5.5.0`
Return an image containing the affine…
Dostupnost ve verzích: PHP 4.0
Smaže bílé znaky (nebo jiné znaky) od začátku a konce řetězce.
Alternativně lze použít ltrim() (smaže zleva), nebo rtrim() (smaže zprava).
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není…
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is executable
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
bool
true if the filename exists and is executable, or…
Dostupnost ve verzích: PHP 5.0
Gets line from stream resource up to a given delimiter
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
A valid file handle.
$length
int
není
The number of bytes to read from the…
Dostupnost ve verzích: PHP 4.0
Spočítat počet výskytů podřetězce
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
Řetězec, ve kterém se má hledat
$needle
string
není
Podřetězec, který se má hledat
$offset
int…
Dostupnost ve verzích: PHP 5.0
Retrieve the name of the local or remote sockets
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
The socket to get the name of.
$want_peer
bool
není
If set to true the remote…
Dostupnost ve verzích: PHP 4.0.2
Return the length of the output buffer
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
the length of the output buffer contents or false if no
buffering is active.
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.3.0
Retrieve options for a stream/wrapper/context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream_or_context
resource
není
The stream or context to get options from
Návratové hodnoty
array
an…
Dostupnost ve verzích: PHP 4.0
Tests for end-of-file on a file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
Návratové hodnoty
bool
true if the file pointer is at EOF or an error occurs
(including…
Dostupnost ve verzích: PHP 4.0
Prints out the credits for PHP
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$flag
int
null
To generate a custom credits page, you may want to use the flag parameter.
Návratové hodnoty
bool
vrátí…
Dostupnost ve verzích: PHP 4.3.0
Get current buffer contents and delete current output buffer
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
the contents of the output buffer and end output buffering.
If output buffering isn…
Dostupnost ve verzích: PHP 4.0 a novější
Vrátí instanci Directory class
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$directory
???
Adresář
$context
???
Kontext
Návratové hodnoty
Instance objektu Directory.
Dostupnost ve verzích: PHP 4.3.0
List all output handlers in use
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
This will return an array with the output handlers in use (if any). If
output_buffering is enabled or
an…
Dostupnost ve verzích: PHP 5.3.0
Retrieves parameters from a context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream_or_context
resource
není
A stream resource or a context resource
Návratové hodnoty
array
an associate array…
Dostupnost ve verzích: PHP 4.0
Sort an array using a "natural order" algorithm
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak…
Dostupnost ve verzích: PHP 4.0
Embeds binary IPTC data into a JPEG image
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$iptcdata
string
není
The data to be written.
$jpeg_file_name
string
není
Path to the JPEG image.
$spool
int…
Dostupnost ve verzích: PHP 4.0
Gets the name of the owner of the current PHP script
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
string
the username as a string.
Další zdroje
Oficiální dokumentace funkce get-current-user
Dostupnost ve verzích: PHP 4.0
Closes process file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
The file pointer must be valid, and must have been returned by a successful call to popen.
Návratové…
Dostupnost ve verzích: PHP 4.0
Get MX records corresponding to a given Internet host name
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hostname
string
není
The Internet host name.
$mxhosts
array
není
A list of the MX records…
Dostupnost ve verzích: PHP 4.0
Converts an (IPv4) Internet network address into a string in Internet standard dotted format
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$proper_address
`string
int`
není
Návratové hodnoty
string…
Dostupnost ve verzích: PHP 4.0
Vrátí největší prvek pole.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$value1
`array
mixed`
není
$value2
mixed
null,
$values
mixed
není
Návratové hodnoty
mixed
Vrátí největší prvek pole.
max…
Dostupnost ve verzích: PHP 4.0
Sort an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$sort_flags
int
null
The optional second parameter sort_flags may be used to modify the sorting behavior…
Dostupnost ve verzích: PHP 4.0
Gets last access time of file
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the time the file was last accessed, or false on…
Dostupnost ve verzích: PHP 4.0
První znak v řetězci zvětší.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Vstupní string
Návratové hodnoty
string
Upravený string.
echo ucfirst('ahoj'); // Ahoj
echo ucfirst('kočka'…
Dostupnost ve verzích: PHP 4.0
Format a number with grouped thousands
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
float
není
The number being formatted.
$decimals
int
0
Sets the number of decimal points.
$dec_point…
Dostupnost ve verzích: PHP 4.0
Changes file group
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
$group
mixed
není
A group name or number.
Návratové hodnoty
bool
vrátí true v případě…
Dostupnost ve verzích: PHP 4.2.0
Dumps a string representation of an internal zend value to output
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$variable
mixed
není
The variable being evaluated.
Návratové hodnoty
void
Další…
Dostupnost ve verzích: PHP 4.0.2
Calculate the hash value needed by EZMLM
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$addr
string
není
The email address that's being hashed.
Návratové hodnoty
int
The hash value of addr.
Další…
Dostupnost ve verzích: PHP 5.0
Get file extension for image type
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$imagetype
int
není
One of the IMAGETYPE_XXX constant.
$include_dot
bool
null
Whether to prepend a dot to the extension…
Dostupnost ve verzích: PHP 5.0
Binární bezpečné porovnání 2 řetězců od offsetu až do délky znaků
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$main_str
string
není
Porovnávaný hlavní řetězec.
$str
string
není
Porovnávaný vedlejší…
Dostupnost ve verzích: PHP 4.0
Generates a storable representation of a value
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$value
mixed
není
The value to be serialized. serialize handles all types, except the resource-type. You can…
Dostupnost ve verzích: PHP 4.3.0
Create a streams context
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$options
array
null,
Must be an associative array of associative arrays in the format $arr['wrapper']['option'] = $value.
…
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is a directory
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file. If filename is a relative filename, it will be checked relative to the…
Dostupnost ve verzích: PHP 4.0
Seřadit pole podle klíčů pomocí uživatelsky definované porovnávací funkce
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
Vstupní pole.
$cmp_function
callback
není
Zpětné volání…
Dostupnost ve verzích: PHP 5.5.0
Crop an image using the given coordinates and size, x, y, width and height
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$image
resource
An image resource, returned by one of the image creation…
Dostupnost ve verzích: PHP 4.0
Exponential expression
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$base
number
není
The base to use
$exp
number
není
The exponent
Návratové hodnoty
number
base raised to the power of exp.
If the…
Dostupnost ve verzích: PHP 5.1.2
Changes group ownership of symlink
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the symlink.
$group
mixed
není
The group specified by name or number.
Návratové…
Dostupnost ve verzích: PHP 4.1.0
Calculate the length of the hypotenuse of a right-angle triangle
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$x
float
není
Length of first side
$y
float
není
Length of second side
Návratové…
Dostupnost ve verzích: PHP 4.0.3
Tells whether the file was uploaded via HTTP POST
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
The filename being checked.
Návratové hodnoty
bool
vrátí true v případě úspěchu…
Dostupnost ve verzích: PHP 4.0
Gets file size
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
the size of the file in bytes, or false (and generates an error
of level E…
Dostupnost ve verzích: PHP 5.0
Fetches all the headers sent by the server in response to a HTTP request
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$url
string
není
The target URL.
$format
int
null,
If the optional format…
Dostupnost ve verzích: PHP 4.3.0
Calculate the sha1 hash of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
$raw_output
bool
null
If the optional raw_output is set to true, then the…
PHP > 5.4.0
Get the size of an image from a string.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$imagedata
string
$imageinfo
array
null
Návratové hodnoty
array
|bool Returns an array with 7 elements.
Index 0 and 1…
Dostupnost ve verzích: PHP 4.0
Flush (send) the output buffer and turn off output buffering
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu. Reasons for failure are…
Dostupnost ve verzích: PHP 4.0
Gets file type
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
string
the type of the file. Possible values are fifo, char,
dir, block, link,…
Dostupnost ve verzích: PHP 4.0.3
Zrušení registrace funkce pro provedení při každém zaškrtnutí
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function_name
string
není
Název funkce ve formě řetězce.
Návratové hodnoty
void
Další…
Dostupnost ve verzích: PHP 4.3.0
Sets the include_path configuration option
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$new_include_path
string
není
The new value for the include_path
Návratové hodnoty
string
|bool the old…
Dostupnost ve verzích: PHP 4.0
Calculate the similarity between two strings
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$first
string
není
The first string.
$second
string
není
The second string.
$percent
float
null
By passing…
Dostupnost ve verzích: PHP 4.0
Turn implicit flush on/off
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$flag
int
null
true to turn implicit flushing on, false otherwise.
Návratové hodnoty
void
Další zdroje
Oficiální dokumentace…
Dostupnost ve verzích: PHP 4.0
Rewind the internal array pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
Návratové hodnoty
mixed
the array value in the previous place that's pointed to by…
Dostupnost ve verzích: PHP 4.0
Register a function for execution on shutdown
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function
callback
není
The shutdown function to register.
$parameter
mixed
null,
It is possible to pass…
Dostupnost ve verzích: PHP 4.0
Open persistent Internet or Unix domain socket connection
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hostname
string
není
$port
int
null,
$errno
int
null,
$errstr
string
null,
$timeout…
Dostupnost ve verzích: PHP 5.1.0
Converts a packed internet address to a human readable representation
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$in_addr
string
není
A 32bit IPv4, or 128bit IPv6 address.
Návratové hodnoty…
Dostupnost ve verzích: PHP 4.0
Get a list of IPv4 addresses corresponding to a given Internet host
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hostname
string
není
The host name.
Návratové hodnoty
array
an array of IPv4…
Dostupnost ve verzích: PHP 5.2.1
Shutdown a full-duplex connection
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
An open stream (opened with stream_socket_client, for example)
$how
int
není
One of the…
Dostupnost ve verzích: PHP 4.0.3
Register a function for execution on each tick
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function
callback
není
The function name as a string, or an array consisting of an object and a method.
…
Dostupnost ve verzích: PHP 4.0
Get current time
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$return_float
bool
null
When set to true, a float instead of an array is returned.
Návratové hodnoty
mixed
By default an array is…
Dostupnost ve verzích: PHP 4.0
Read entry from directory handle
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$dir_handle
resource
null
The directory handle resource previously opened with opendir. If the directory handle is not…
Dostupnost ve verzích: PHP 4.0
Return information about characters used in a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
The examined string.
$mode
int
null
See return values.
Návratové hodnoty
mixed…
Dostupnost ve verzích: PHP 5.1.2
Changes user ownership of symlink
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
$user
mixed
není
User name or number.
Návratové hodnoty
bool
vrátí true v…
Dostupnost ve verzích: PHP 4.2.0
Returns the floating point remainder (modulo) of the division
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$x
float
není
The dividend
$y
float
není
The divisor
Návratové hodnoty
float
The…
Dostupnost ve verzích: PHP 4.0
Find first occurrence of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
Zpracovávaný řetězec.
$needle
mixed
není
If needle is not a string, it is converted to an integer…
Dostupnost ve verzích: PHP 4.0
Sort an array in reverse order
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
$sort_flags
int
null
You may modify the behavior of the sort using the optional…
Dostupnost ve verzích: PHP 4.1.0
Hyperbolický tangens
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
Hyperbolická tečna arg
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 4.0
Convert a quoted-printable string to an 8 bit string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the 8-bit binary string.
Další…
Dostupnost ve verzích: PHP 4.0
Rewind directory handle
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$dir_handle
resource
null
The directory handle resource previously opened with opendir. If the directory handle is not specified,…
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is a symbolic link
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
bool
true if the filename exists and is a…
Dostupnost ve verzích: PHP 4.0
Gets file group
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the group ID of the file, or false in case
of an error. The group ID…
Dostupnost ve verzích: PHP 4.0
Set whether a client disconnect should abort script execution
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$value
string
null
If set, this function will set the ignore_user_abort ini setting to the…
Dostupnost ve verzích: PHP 4.0
Create an array containing a range of elements
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$low
mixed
není
Low value.
$high
mixed
není
High value.
$step
number
null
If a step value is given, it…
Dostupnost ve verzích: PHP 4.3.0
&Alias; stream_get_meta_data
Retrieves header/meta data from streams/file pointers
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The stream can be any stream created by fopen…
Dostupnost ve verzích: PHP 4.1.0
Import GET/POST/Cookie variables into the global scope
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$types
string
není
Using the types parameter, you can specify which request variables to import.…
Dostupnost ve verzích: PHP 4.0.1
Calculates the crc32 polynomial of a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
The data.
Návratové hodnoty
int
the crc32 checksum of str as an integer.
Další zdroje…
Dostupnost ve verzích: PHP 4.3.0
Sets file buffering on the given stream
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
The file pointer.
$buffer
int
není
The number of bytes to buffer. If buffer is 0 then…
Dostupnost ve verzích: PHP 7.0
Returns active resources
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$type
string
není
If defined, this will cause get_resources() to only return resources of the given type. A list of resource types…
Dostupnost ve verzích: PHP 4.0
Square root
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování
Návratové hodnoty
float
The square root of arg
or the special value NAN for negative numbers.
Další…
Dostupnost ve verzích: PHP 4.0
Get value of pi
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
float
The value of pi as float.
Další zdroje
Oficiální dokumentace funkce pi
Dostupnost ve verzích: PHP 4.0
Nastaví interní pointer na poslední prvek pole, který rovnou i vrátí.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The array. This array is passed by reference because it is modified…
Dostupnost ve verzích: PHP 4.0
Case insensitive string comparisons using a "natural order" algorithm
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str1
string
není
The first string.
$str2
string
není
The second string.
…
Dostupnost ve verzích: PHP 4.0
Changes file owner
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
$user
mixed
není
A user name or number.
Návratové hodnoty
bool
vrátí true v případě úspěchu,…
Dostupnost ve verzích: PHP 4.0
Set the internal pointer of an array to its first element
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The input array.
Návratové hodnoty
mixed
the value of the first array element…
Dostupnost ve verzích: PHP 4.0.4
Call a user function given with an array of parameters
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$function
callback
není
The function to be called.
$param_arr
array
není
The parameters to be…
Dostupnost ve verzích: PHP 4.0
Convert all applicable characters to HTML entities
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$string
string
není
Zpracovávaný řetězec.
$quote_style
int
null,
Like htmlspecialchars, the optional…
PHP > 5.4.0
Import a stream.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$stream
resource
není
Návratové hodnoty
void
|bool|null Returns FALSE or NULL on failure.
Další zdroje
Oficiální dokumentace funkce socket-import…
Dostupnost ve verzích: PHP 4.0
Decimal to binary
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
int
není
Decimal value to convert
Návratové hodnoty
string
Binary string representation of number
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0.5
Call a user method given with an array of parameters
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$method_name
string
$obj
object
$params
array
Návratové hodnoty
mixed
Dostupnost ve verzích: PHP 4.0
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$arg
float
není
Argument pro zpracování v radiánech
Návratové hodnoty
float
Tečna k arg
Další zdroje
Oficiální dokumentace funkce tan
Dostupnost ve verzích: PHP 5.0
Retrieve list of registered streams
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
an indexed array containing the name of all stream wrappers
available on the running system.
Další zdroje…
Dostupnost ve verzích: PHP 4.0
Finds the length of the first segment of a string consisting
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$subject
string
není
The string to examine.
$mask
string
není
The list of allowable…
Dostupnost ve verzích: PHP 4.0
Gets line from file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
$length
int
null
Reading ends when length - 1 bytes have been read, on a newline (which is included in…
Dostupnost ve verzích: PHP 4.0
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$library
string
není
This parameter is only the filename of the extension to load which also depends on your platform. For example, the sockets extension …
Dostupnost ve verzích: PHP 4.0
Round fractions down
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$value
float
není
The numeric value to round
Návratové hodnoty
float
value rounded to the next lowest integer.
The return value of…
Dostupnost ve verzích: PHP 5.0
Find position of last occurrence of a case-insensitive string in a string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
The string to search in
$needle
string
není
Note that the…
Dostupnost ve verzích: PHP 4.0
Send mail
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$to
string
není
Receiver, or receivers of the mail.
$subject
string
není
Subject of the email to be sent.
$message
string
není
Message to be…
Dostupnost ve verzích: PHP 5.0
&Alias; getmxrr
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$hostname
???
$mxhosts
???
$weight
???
Další zdroje
Oficiální dokumentace funkce dns-get-mx
Dostupnost ve verzích: PHP 4.0
&Alias; stream_set_blocking
Sets blocking or non-blocking mode on a stream.
This function works for any stream that supports non-blocking mode (currently, regular files and socket streams).
Parametry
Parametr…
Dostupnost ve verzích: PHP 5.0
Search a string for any of a set of characters
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$haystack
string
není
The string where char_list is looked for.
$char_list
string
není
This parameter is…
Dostupnost ve verzích: PHP 4.0
Pack data into binary string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$format
string
není
The format string consists of format codes followed by an optional repeater argument. The repeater argument…
Dostupnost ve verzích: PHP 5.0
Accept a connection on a socket created by stream_socket_server
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$server_socket
resource
není
Override the default socket accept timeout. Time should be…
Dostupnost ve verzích: PHP 5.1.0
Unregister a URL wrapper
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$protocol
string
není
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu.
Další zdroje…
Dostupnost ve verzích: PHP 4, PHP 5, PHP 7
Otevře spojení do systémového loggeru.
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$ident
string
není
Identifikátor (typu string), který bude přidán do zprávy.
$option
int
není
Argument …
Dostupnost ve verzích: PHP 4.0
Check DNS records corresponding to a given Internet host name or IP address
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$host
string
není
host may either be the IP address in dotted-quad notation or…
Dostupnost ve verzích: PHP 4.0
Closes an open file pointer
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$handle
resource
není
The file pointer must be valid, and must point to a file successfully opened by fopen or fsockopen.
…
Dostupnost ve verzích: PHP 5.5.0
Crop an image automatically using one of the available modes
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$image
resource
An image resource, returned by one of the image creation functions, such as …
Dostupnost ve verzích: PHP 4.0
Seřadit pole pomocí uživatelsky definované porovnávací funkce a zachovat přiřazení indexů
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
Vstupní pole.
$cmp_function
callback
není…
Dostupnost ve verzích: PHP 4.0
Un-quotes a quoted string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
a string with backslashes stripped off.
(' becomes ' and so on.…
Dostupnost ve verzích: PHP 4.0
Decodes data encoded with MIME base64
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$data
string
není
The encoded data.
$strict
bool
null
Returns false if input contains character from outside the…
Dostupnost ve verzích: PHP 4.0
Strip whitespace (or other characters) from the end of a string.
Without the second parameter, rtrim() will strip these characters:
" " (ASCII 32 (0x20)), an ordinary space.
"\t" (ASCII 9 (0x09)), a tab.
"\n" (ASCII…
Dostupnost ve verzích: PHP 5.1.3
Získá průměrné zatížení systému. Stejné hodnoty, jako znáte z nástroje htop v Linuxu.
Příklad:
$load = sys_getloadavg();
if ($load[0] > 0.80) { // je zátěž větší než 80 %?
header('HTTP/1.1 503 Too busy, try…
Dostupnost ve verzích: PHP 4.0
Import variables into the current symbol table from an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$var_array
array
není
$extract_type
int
null,
$prefix
string
null
Návratové hodnoty…
Dostupnost ve verzích: PHP 4.0
Converts the number in degrees to the radian equivalent
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
float
není
Angular value in degrees
Návratové hodnoty
float
The radian equivalent of…
Dostupnost ve verzích: PHP 4.0
Tells what the user's browser is capable of
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$user_agent
string
null,
The User Agent to be analyzed. By default, the value of HTTP User-Agent header is used;…
Dostupnost ve verzích: PHP 4.0
Fetch a key from an array
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$array
array
není
The array.
Návratové hodnoty
mixed
The key function simply returns the
key of the array element that's…
Dostupnost ve verzích: PHP 4.3.0
Get Mime-Type for image-type returned by getimagesize,
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$imagetype
int
není
One of the IMAGETYPE_XXX constants.
Návratové hodnoty
string
The returned…
Dostupnost ve verzích: PHP 4.0
Open directory handle
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$path
string
není
The directory path that is to be opened
$context
resource
null
For a description of the context parameter, refer…
Dostupnost ve verzích: PHP 5.0
Send a cookie without urlencoding the cookie value
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$name
string
není
$value
string
null,
$expire
int
null,
$path
string
null,
$domain
string…
Dostupnost ve verzích: PHP 5.3.0
Make a string's first character lowercase
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
Zpracovávaný řetězec.
Návratové hodnoty
string
the resulting string.
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 4.0
Decimal to octal
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$number
int
není
Decimal value to convert
Návratové hodnoty
string
Octal string representation of number
Další zdroje
Oficiální…
Dostupnost ve verzích: PHP 5.0
Returns a list of response headers sent (or ready to send)
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
a numerically indexed array of headers.
Další zdroje
Oficiální dokumentace funkce…
Dostupnost ve verzích: PHP 4.0
Gets the value of a configuration option
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$varname
string
není
The configuration option name.
Návratové hodnoty
string
the value of the configuration…
Dostupnost ve verzích: PHP 4.3.0
Formats a number as a currency string
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$format
string
není
The format specification consists of the following sequence: a % character
$number
float
není…
Dostupnost ve verzích: PHP 4.0
Gets file modification time
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$filename
string
není
Path to the file.
Návratové hodnoty
int
|bool the time the file was last modified, or false on failure.…
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$str
string
není
$replace_pairs
array
není
Návratové hodnoty
string
A copy of str, translating all occurrences of each character in from to the corresponding character in to.
Dostupnost ve verzích: PHP 4.0
Parametry
Funkce nemá žádné vstupní parametry.
Dostupnost ve verzích: PHP 4.0
Parametry
Funkce nemá žádné vstupní parametry.
Funkce fopen() představuje low-level přístup k souborům na disku.
Programátor si musí zajistit všechno sám (otevření souboru, čtení dat, zapsání nových dat, zavření souboru).
Pokud potřebujete jen rychle číst a zapisovat soubory, existují jednodušší…
Podpora: PHP 4> = 4.1.0, PHP 5
acosh - hyperbolický cosinus
Popis
float acos ( float $arg )
Vrání arcus cosinus parametru arg v radiánech. acos() je inverzní k funkci cos(), což znamená, že a==cos(acos(a)) pro každou hodnotu z definičního oboru…
Podpora: PHP 4, PHP 5
Stručný popis: nastaví vnitřní ukazatel pole na jeho poslední prvek.
Požadavky: Žádné
Popis
Funkce end() nastavuje vnitřní ukazatel array na poslední prvek a vrací jeho hodnotu.
Podobné funkce
current()
each()
prev()
…