AMQPConnection%object AMQPConnection([array $credentials = array()])%Create an instance of AMQPConnection
AMQPExchange%object AMQPExchange(AMQPConnection $connection, [string $exchange_name = ""])%Create an instance of AMQPExchange
AMQPQueue%object AMQPQueue(string $amqp_connection, [string $queue_name = ""])%Create an instance of an AMQPQueue object.
AppendIterator%object AppendIterator()%Constructs an AppendIterator
ArrayIterator%object ArrayIterator(mixed $array)%Construct an ArrayIterator
ArrayObject%object ArrayObject([mixed $input], [int $flags], [string $iterator_class])%Construct a new array object
BadFunctionCallException%object BadFunctionCallException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new BadFunctionCallException
BadMethodCallException%object BadMethodCallException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new BadMethodCallException
CachingIterator%object CachingIterator(Iterator $iterator, [string $flags])%Construct a new CachingIterator object for the iterator.
Collator%object Collator(string $locale)%Create a collator
DOMAttr%object DOMAttr(string $name, [string $value])%Creates a new DOMAttr object
DOMComment%object DOMComment([string $value])%Creates a new DOMComment object
DOMDocument%object DOMDocument([string $version], [string $encoding])%Creates a new DOMDocument object
DOMElement%object DOMElement(string $name, [string $value], [string $namespaceURI])%Creates a new DOMElement object
DOMEntityReference%object DOMEntityReference(string $name)%Creates a new DOMEntityReference object
DOMImplementation%object DOMImplementation()%Creates a new DOMImplementation object
DOMProcessingInstruction%object DOMProcessingInstruction(string $name, [string $value])%Creates a new DOMProcessingInstruction object
DOMText%object DOMText([string $value])%Creates a new DOMText object
DOMXPath%object DOMXPath(DOMDocument $doc)%Creates a new DOMXPath object
DateInterval%object DateInterval(string $interval_spec)%Creates new DateInterval object
DatePeriod%object DatePeriod(DateTime $start, DateInterval $interval, int $recurrences, [int $options], DateTime $start, DateInterval $interval, DateTime $end, [int $options], string $isostr, [int $options])%Creates new DatePeriod object
DateTime%object DateTime([string $time = "now"], [DateTimeZone $timezone], [string $time = "now"], [DateTimeZone $timezone])%Returns new DateTime object
DateTimeZone%object DateTimeZone(string $timezone, string $timezone)%Creates new DateTimeZone object
DirectoryIterator%object DirectoryIterator(string $path)%Constructs a new directory iterator from a path
DomainException%object DomainException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new DomainException
ErrorException%object ErrorException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new ErrorException
Exception%object Exception([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new Exception
FilesystemIterator%object FilesystemIterator(string $path, [int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS])%Constructs a new filesystem iterator
FilterIterator%object FilterIterator(Iterator $iterator)%Construct a filterIterator
GlobIterator%object GlobIterator(string $path, [integer $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO])%Construct a directory using glob
Gmagick%object Gmagick([string $filename])%The Gmagick constructor
GmagickPixel%object GmagickPixel([string $color])%The GmagickPixel constructor
HaruDoc%object HaruDoc()%Construct new HaruDoc instance
HttpDeflateStream%object HttpDeflateStream([int $flags])%HttpDeflateStream class constructor
HttpInflateStream%object HttpInflateStream([int $flags])%HttpInflateStream class constructor
HttpMessage%object HttpMessage([string $message])%HttpMessage constructor
HttpQueryString%object HttpQueryString([bool $global = true], [mixed $add])%HttpQueryString constructor
HttpRequest%object HttpRequest([string $url], [int $request_method = HTTP_METH_GET], [array $options])%HttpRequest constructor
HttpRequestPool%object HttpRequestPool([HttpRequest $request])%HttpRequestPool constructor
Imagick%object Imagick([mixed $files])%The Imagick constructor
ImagickDraw%object ImagickDraw()%The ImagickDraw constructor
ImagickPixel%object ImagickPixel([string $color])%The ImagickPixel constructor
ImagickPixelIterator%object ImagickPixelIterator(Imagick $wand)%The ImagickPixelIterator constructor
InfiniteIterator%object InfiniteIterator(Iterator $iterator)%Constructs an InfiniteIterator
InvalidArgumentException%object InvalidArgumentException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new InvalidArgumentException
IteratorIterator%object IteratorIterator(Traversable $iterator)%Create an iterator from anything that is traversable
KTaglib_MPEG_File%object KTaglib_MPEG_File(string $filename)%Opens a new file
LengthException%object LengthException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new LengthException
LimitIterator%object LimitIterator(Iterator $iterator, [int $offset], [int $count = -1])%Construct a LimitIterator
LogicException%object LogicException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new LogicException
Memcached%object Memcached([string $persistent_id])%Create a Memcached instance
Mongo%object Mongo([string $server = "mongodb://localhost:27017"], [array $options = )])%Creates a new database connection object
MongoBinData%object MongoBinData(string $data, [int $type])%Creates a new binary data object.
MongoCode%object MongoCode(string $code, [array $scope = array()])%Creates a new code object
MongoCollection%object MongoCollection(MongoDB $db, string $name)%Creates a new collection
MongoCursor%object MongoCursor(resource $connection, string $ns, [array $query = array()], [array $fields = array()])%Create a new cursor
MongoDB%object MongoDB(Mongo $conn, string $name)%Creates a new database
MongoDate%object MongoDate([long $sec], [long $usec])%Creates a new date.
MongoGridFS%object MongoGridFS(MongoDB $db, [string $prefix = "fs"])%Creates new file collections
MongoGridFSCursor%object MongoGridFSCursor(MongoGridFS $gridfs, resource $connection, string $ns, [array $query = array()], [array $fields = array()])%Create a new cursor
MongoGridfsFile%object MongoGridfsFile(MongoGridFS $gridfs, array $file)%Create a new GridFS file
MongoId%object MongoId([string $id])%Creates a new id
MongoInt32%object MongoInt32(string $value)%Creates a new 32-bit integer.
MongoInt64%object MongoInt64(string $value)%Creates a new 64-bit integer.
MongoRegex%object MongoRegex(string $regex)%Creates a new regular expression
MongoTimestamp%object MongoTimestamp([long $sec], [long $inc])%Creates a new timestamp.
MultipleIterator%object MultipleIterator(integer $flags)%Constructs a new MultipleIterator
NoRewindIterator%object NoRewindIterator(Iterator $iterator)%Construct a NoRewindIterator
OutOfBoundsException%object OutOfBoundsException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new OutOfBoundsException
OutOfRangeException%object OutOfRangeException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new OutOfRangeException
OverflowException%object OverflowException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new OverflowException
PDO%object PDO(string $dsn, [string $username], [string $password], [array $driver_options])%Creates a PDO instance representing a connection to a database
ParentIterator%object ParentIterator(RecursiveIterator $iterator)%Constructs a ParentIterator
Phar%object Phar(string $fname, [int $flags], [string $alias])%Construct a Phar archive object
PharData%object PharData(string $fname, [int $flags], [string $alias], [int $format])%Construct a non-executable tar or zip archive object
PharFileInfo%object PharFileInfo(string $entry)%Construct a Phar entry object
RangeException%object RangeException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new RangeException
RecursiveCachingIterator%object RecursiveCachingIterator(Iterator $iterator, [string $flags = self::CALL_TOSTRING])%Construct
RecursiveDirectoryIterator%object RecursiveDirectoryIterator(string $path, [int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO])%Constructs a RecursiveDirectoryIterator
RecursiveFilterIterator%object RecursiveFilterIterator(RecursiveIterator $iterator)%Create a RecursiveFilterIterator from a RecursiveIterator
RecursiveIteratorIterator%object RecursiveIteratorIterator(Traversable $iterator, [int $mode = LEAVES_ONLY], [int $flags])%Construct a RecursiveIteratorIterator
RecursiveRegexIterator%object RecursiveRegexIterator(RecursiveIterator $iterator, string $regex, [int $mode], [int $flags], [int $preg_flags])%Creates a new RecursiveRegexIterator.
RecursiveTreeIterator%object RecursiveTreeIterator(RecursiveIterator|IteratorAggregate $it, [int $flags = RecursiveTreeIterator::BYPASS_KEY], [int $cit_flags = CachingIterator::CATCH_GET_CHILD], [int $mode = RecursiveIteratorIterator::SELF_FIRST])%Construct a RecursiveTreeIterator
ReflectionClass%object ReflectionClass(string $argument)%Constructs a ReflectionClass
ReflectionExtension%object ReflectionExtension(string $name)%Constructs a ReflectionExtension
ReflectionFunction%object ReflectionFunction(mixed $name)%Constructs a ReflectionFunction object
ReflectionMethod%object ReflectionMethod(mixed $class, string $name)%Constructs a ReflectionMethod
ReflectionObject%object ReflectionObject(object $argument)%Constructs a ReflectionObject
ReflectionParameter%object ReflectionParameter(string $function, string $parameter)%Construct
ReflectionProperty%object ReflectionProperty(mixed $class, string $name)%Construct a ReflectionProperty object
RegexIterator%object RegexIterator(Iterator $iterator, string $regex, [int $mode], [int $flags], [int $preg_flags])%Create a new RegexIterator
RuntimeException%object RuntimeException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new RuntimeException
SAMConnection%object SAMConnection()%Creates a new connection to a Messaging Server
SAMMessage%object SAMMessage([mixed $body])%Creates a new Message object
SDO_DAS_Relational%object SDO_DAS_Relational(array $database_metadata, [string $application_root_type], [array $SDO_containment_references_metadata])%Creates an instance of a Relational Data Access Service
SDO_Model_ReflectionDataObject%object SDO_Model_ReflectionDataObject(SDO_DataObject $data_object)%Construct an SDO_Model_ReflectionDataObject
SQLite3%object SQLite3(string $Dateiname, [int $Schalter], [string $Verschlüsselungs-Phrase])%Instantiiert ein SQLite3 Objekt und öffnet eine SQLite3 Datenbank
SimpleXMLElement%object SimpleXMLElement(string $data, [int $options], [bool $data_is_url = false], [string $ns = ""], [bool $is_prefix = false])%Creates a new SimpleXMLElement object
SoapClient%object SoapClient(mixed $wsdl, [array $options])%SoapClient-Konstruktor
SoapFault%object SoapFault(string $faultcode, string $faultstring, [string $faultactor], [string $detail], [string $faultname], [string $headerfault])%SoapFault-Konstruktor
SoapHeader%object SoapHeader(string $namespace, string $name, [mixed $data], [bool $mustUnderstand], [mixed $actor])%SoapHeader-Konstruktor
SoapParam%object SoapParam(mixed $data, string $name)%SoapParam-Konstruktor
SoapServer%object SoapServer(mixed $wsdl, [array $options])%SoapServer-Konstruktor
SoapVar%object SoapVar(string $data, string $encoding, [string $type_name], [string $type_namespace], [string $node_name], [string $node_namespace])%SoapVar-Konstruktor
SphinxClient%object SphinxClient()%Create a new SphinxClient object
SplBool%object SplBool()%Constructs a bool object type
SplDoublyLinkedList%object SplDoublyLinkedList()%Constructs a new doubly linked list
SplEnum%object SplEnum()%Constructs an enumeger object type
SplFileInfo%object SplFileInfo(string $file_name)%Construct a new SplFileInfo object
SplFileObject%object SplFileObject(string $filename, [string $open_mode = "r"], [bool $use_include_path = false], [resource $context])%Construct a new file object.
SplFixedArray%object SplFixedArray([int $size])%Constructs a new fixed array
SplFloat%object SplFloat(float $input)%Constructs a float object type
SplHeap%object SplHeap()%Constructs a new empty heap
SplInt%object SplInt(integer $input)%Constructs an integer object type
SplPriorityQueue%object SplPriorityQueue()%Constructs a new empty queue
SplQueue%object SplQueue()%Constructs a new queue implemented using a doubly linked list
SplStack%object SplStack()%Constructs a new stack implemented using a doubly linked list
SplString%object SplString(string $input)%Constructs a string object type
SplTempFileObject%object SplTempFileObject([integer $max_memory])%Construct a new temporary file object
Swish%object Swish(string $index_names)%Construct a Swish object
TokyoTyrant%object TokyoTyrant([string $host], [int $port = TokyoTyrant::RDBDEF_PORT], [array $options])%Construct a new TokyoTyrant object
TokyoTyrantQuery%object TokyoTyrantQuery(TokyoTyrantTable $table)%Construct a new query
UnderflowException%object UnderflowException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new UnderflowException
UnexpectedValueException%object UnexpectedValueException([string $message = ""], [int $code = 0], [Exception $previous = NULL])%Create a new UnexpectedValueException
XSLTProcessor%object XSLTProcessor()%Erzeugt ein neues XSLTProcessor-Objekt
__halt_compiler%void __halt_compiler()%Beendet die Kompilerausführung
abs%number abs(mixed $number)%Absolutwert bzw. Betrag
acos%float acos(float $arg)%Arkuskosinus
acosh%float acosh(float $arg)%Areakosinus Hyperbolikus
addcslashes%string addcslashes(string $str, string $charlist)%Stellt bestimmten Zeichen eines Strings ein "\" voran (wie in C)
addslashes%string addslashes(string $str)%Stellt bestimmten Zeichen eines Strings ein "\" voran
aggregate%void aggregate(object $object, string $class_name)%Dynamic class and object aggregation of methods and properties
aggregate_info%array aggregate_info(object $object)%Gets aggregation information for a given object
aggregate_methods%void aggregate_methods(object $object, string $class_name)%Dynamic class and object aggregation of methods
aggregate_methods_by_list%void aggregate_methods_by_list(object $object, string $class_name, array $methods_list, [bool $exclude = false])%Selective dynamic class methods aggregation to an object
aggregate_methods_by_regexp%void aggregate_methods_by_regexp(object $object, string $class_name, string $regexp, [bool $exclude = false])%Selective class methods aggregation to an object using a regular    expression
aggregate_properties%void aggregate_properties(object $object, string $class_name)%Dynamic aggregation of  class properties to an object
aggregate_properties_by_list%void aggregate_properties_by_list(object $object, string $class_name, array $properties_list, [bool $exclude = false])%Selective dynamic class properties aggregation to an object
aggregate_properties_by_regexp%void aggregate_properties_by_regexp(object $object, string $class_name, string $regexp, [bool $exclude = false])%Selective class properties aggregation to an object using a regular    expression
aggregation_info%void aggregation_info()%Alias von aggregate_info
apache_child_terminate%bool apache_child_terminate()%Beendet einen Apacheprozess nach der Anfrage
apache_get_modules%array apache_get_modules()%Liefert eine Liste der geladenen Apachemodule
apache_get_version%string apache_get_version()%Liefert die Apacheversion
apache_getenv%string apache_getenv(string $variable, [bool $walk_to_top])%Liefert eine Apache-Subprocess_env-Variable
apache_lookup_uri%object apache_lookup_uri(string $filename)%Führt eine Teilanfrage für einen angegebenen URI durch und liefert    alle Informationen darüber zurück
apache_note%string apache_note(string $note_name, [string $note_value])%Setzt und liest Apache Request Notes
apache_request_headers%array apache_request_headers()%Liefert alle HTTP-Requestheader
apache_reset_timeout%bool apache_reset_timeout()%Setzt den Apache Write-Time zurück
apache_response_headers%array apache_response_headers()%Liefert alle HTTP-Responseheader
apache_setenv%bool apache_setenv(string $variable, string $value, [bool $walk_to_top = false])%Setzt eine Apache-Subprocess_env-Variable
apc_add%bool apc_add(string $key, mixed $var, [int $ttl])%Cache a variable in the data store
apc_bin_dump%string apc_bin_dump([array $files], [array $user_vars])%Get a binary dump of the given files and user variables
apc_bin_dumpfile%int apc_bin_dumpfile(array $files, array $user_vars, string $filename, [int $flags], [resource $context])%Output a binary dump of cached files and user variables to a file
apc_bin_load%bool apc_bin_load(string $data, [int $flags])%Load a binary dump into the APC file/user cache
apc_bin_loadfile%bool apc_bin_loadfile(string $filename, [resource $context], [int $flags])%Load a binary dump from a file into the APC file/user cache
apc_cache_info%array apc_cache_info([string $cache_type], [bool $limited = false])%Retrieves cached information from APC's data store
apc_cas%int apc_cas(string $key, int $old, int $new)%apc_cas
apc_clear_cache%bool apc_clear_cache([string $cache_type])%Clears the APC cache
apc_compile_file%bool apc_compile_file(string $filename)%Speichert eine Date im Bytecode Cache unter Umgehung aller Filter.
apc_dec%int apc_dec(string $key, [int $step = 1], [bool $success])%Decrease a stored number
apc_define_constants%bool apc_define_constants(string $key, array $constants, [bool $case_sensitive = true])%Defines a set of constants for retrieval and mass-definition
apc_delete%bool apc_delete(string $key)%Removes a stored variable from the cache
apc_delete_file%mixed apc_delete_file(mixed $keys)%Deletes files from the opcode cache
apc_exists%mixed apc_exists(mixed $keys)%Checks if APC key exists
apc_fetch%mixed apc_fetch(mixed $key, [bool $success])%Fetch a stored variable from the cache
apc_inc%int apc_inc(string $key, [int $step = 1], [bool $success])%Increase a stored number
apc_load_constants%bool apc_load_constants(string $key, [bool $case_sensitive = true])%Loads a set of constants from the cache
apc_sma_info%array apc_sma_info([bool $limited = false])%Retrieves APC's Shared Memory Allocation information
apc_store%bool apc_store(string $key, mixed $var, [int $ttl])%Cache a variable in the data store
array%array array([mixed ...])%Erstellt ein Array
array_change_key_case%array array_change_key_case(array $input, [int $case = CASE_LOWER])%Ändert alle Schlüssel in einem Array
array_chunk%array array_chunk(array $input, int $size, [bool $preserve_keys = false])%Splittet ein Array in Teile auf
array_combine%Array array_combine(array $keys, array $values)%Erzeugt ein Array, indem es ein Array für die Schlüsel und ein      anderes für die Werte verwendet
array_count_values%array array_count_values(array $input)%Zählt die Werte eines Arrays
array_diff%array array_diff(array $array1, array $array2, [array ...])%Ermittelt die Unterschiede zwischen Arrays
array_diff_assoc%array array_diff_assoc(array $array1, array $array2, [array ...])%Berechnet den Unterschied zwischen Arrays mit zusätzlicher    Indexprüfung
array_diff_key%array array_diff_key(array $array1, array $array2, [array ...])%Berechnet den Unterschied zwischen Arrays, indem es die Schlüssel vergleicht
array_diff_uassoc%array array_diff_uassoc(array $array1, array $array2, [array ...], callback $key_compare_func)%Berechnet den Unterschied von Arrays mit zusätzlicher Indexprüfung,      welche durch eine benutzerdefinierte Funktion vorgenommen wird
array_diff_ukey%array array_diff_ukey(array $array1, array $array2, [array ...], callback $key_compare_func)%Berechnet den Unterschied zwischen Arrays mittels einer Callbackfunktion      für den Vergleich der Schlüssel
array_fill%array array_fill(int $start_index, int $num, mixed $value)%Füllt ein Array mit Werten
array_fill_keys%array array_fill_keys(array $keys, mixed $value)%Befüllt ein Array mit Werten mit den übergebenen Schlüsseln
array_filter%array array_filter(array $input, [callback $callback])%Filtert Elemente eines Arrays mittels einer Callback-Funktion
array_flip%String array_flip(array $trans)%Vertauscht alle Schlüssel mit ihren zugehörigen Werten in einem Array
array_intersect%array array_intersect(array $array1, array $array2, [array ...])%Ermittelt die Schnittmenge von Arrays
array_intersect_assoc%array array_intersect_assoc(array $array1, array $array2, [array ...])%Ermittelt die Schnittmenge von Arrays mit Indexprüfung
array_intersect_key%array array_intersect_key(array $array1, array $array2, [array ...])%Ermittelt die Schnittmenge von Arrays, indem es die       Schlüssel vergleicht
array_intersect_uassoc%array array_intersect_uassoc(array $array1, array $array2, [array ...], callback $key_compare_func)%Ermittelt die Schnittmenge von Arrays mit Indexprüfung;   vergleicht Indizes mit einer Callbackfunktion
array_intersect_ukey%array array_intersect_ukey(array $array1, array $array2, [array ...], callback $key_compare_func)%Ermittelt die Schnittmenge zweier Arrays mittels eines durch eine   Callbackfunktion durchgeführten Schlüsselvergleiches
array_key_exists%bool array_key_exists(mixed $key, array $search)%Prüft, ob ein Schlüssel in einem Array existiert
array_keys%array array_keys(array $input, [mixed $search_value], [bool $strict = false])%Liefert alle Schlüssel oder eine Teilmenge aller Schlüssel eines Arrays
array_map%array array_map(callback $callback, array $arr1, [array ...])%Wendet eine Callback-Funktion auf die Elemente von Arrays an
array_merge%array array_merge(array $array1, [array $array2], [array ...])%Führt ein oder mehrere Arrays zusammen
array_merge_recursive%array array_merge_recursive(array $array1, [array ...])%Führt ein oder mehrere Arrays rekursiv zusammen
array_multisort%string array_multisort(array $arr, [mixed $arg = SORT_ASC], [mixed $arg = SORT_REGULAR], [mixed ...])%Sortiert mehrere oder multidimensionale Arrays
array_pad%array array_pad(array $input, int $pad_size, mixed $pad_value)%Vergrößert ein Array auf die spezifizierte Länge mit einem      Wert
array_pop%array array_pop(array $array)%Liefert das letzte Element eines Arrays
array_product%number array_product(array $array)%Ermittelt das Produkt von Werten in einem Array
array_push%int array_push(array $array, mixed $var, [mixed ...])%Fügt ein oder mehr Elemente an das Ende eines Arrays
array_rand%mixed array_rand(array $input, [int $num_req = 1])%Liefert einen oder mehrere zufällige Einträge eines Arrays
array_reduce%mixed array_reduce(array $input, callback $function, [mixed $initial])%Iterative Reduktion eines Arrays zu einem Wert mittels einer      Callbackfunktion
array_replace%array array_replace(array $array, array $array1, [array $array2], [array ...])%Replaces elements from passed arrays into the first array
array_replace_recursive%array array_replace_recursive(array $array, array $array1, [array $array2], [array ...])%Replaces elements from passed arrays into the first array recursively
array_reverse%array array_reverse(array $array, [bool $preserve_keys = false])%Liefert ein Array mit umgekehrter Reihenfolge der Elemente
array_search%mixed array_search(mixed $needle, array $haystack, [bool $strict])%Durchsucht ein Array nach einem Wert und liefert bei Erfolg den      zugehörigen Schlüssel
array_shift%array array_shift(array $array)%Liefert ein Element vom Beginn eines Arrays
array_slice%array array_slice(array $array, int $offset, [int $length], [bool $preserve_keys = false])%Extrahiert einen Ausschnitt eines Arrays
array_splice%array array_splice(array $input, int $offset, [int $length], [mixed $replacement])%Entfernt einen Teil eines Arrays und ersetzt ihn durch etwas    anderes
array_sum%number array_sum(array $array)%Liefert die Summe der Werte in einem Array
array_udiff%array array_udiff(array $array1, array $array2, [array ...], callback $data_compare_func)%Ermittelt den Unterschied zwischen Arrays mittels einer Callbackfunktion für den Datenvergleich
array_udiff_assoc%array array_udiff_assoc(array $array1, array $array2, [array ...], callback $data_compare_func)%Ermittelt den Unterschied zwischen Arrays mit zusätzlicher       Indexprüfung, vergleicht mittels einer Callbackfunktion
array_udiff_uassoc%array array_udiff_uassoc(array $array1, array $array2, [array ...], callback $data_compare_func, callback $key_compare_func)%Ermittelt den Unterschied zwischen Arrays mit zusätzlicher Indexprüfung,      vergleicht Daten und Indizes mittels einer Callbackfunktion
array_uintersect%array array_uintersect(array $array1, array $array2, [array ...], callback $data_compare_func)%Ermittelt die Schnittmenge von Arrays, vergleicht Daten mittels einer Callbackfunktion
array_uintersect_assoc%array array_uintersect_assoc(array $array1, array $array2, [array ...], callback $data_compare_func)%Ermittelt die Schnittmenge von Arrays mit zusätzlicher Indexprüfung, vergleicht Daten mittels einer Callbackfunktion
array_uintersect_uassoc%array array_uintersect_uassoc(array $array1, array $array2, [array ...], callback $data_compare_func, callback $key_compare_func)%Ermittelt die Schnittmenge von Arrays mit zusätzlicher Indexprüfung, vergleicht Daten und Schlüssel mittels einer Callbackfunktion
array_unique%array array_unique(array $array, [int $sort_flags = SORT_STRING])%Entfernt doppelte Werte aus einem Array
array_unshift%int array_unshift(array $array, mixed $var, [mixed ...])%Fügt ein oder mehr Elemente am Anfang eines Arrays ein
array_values%array array_values(array $input)%Liefert alle Werte eines Arrays
array_walk%bool array_walk(array $array, callback $funcname, [mixed $userdata])%Wendet eine Benutzerfunktion auf jedem Element eines Arrays an
array_walk_recursive%array array_walk_recursive(array $input, callback $funcname, [mixed $userdata])%Wendet eine Benutzerfunktion rekursiv auf jedes Element eines     Arrays an
arsort%bool arsort(array $array, [int $sort_flags = SORT_REGULAR])%Sortiert ein Array in umgekehrter Reihenfolge und erhält die    Index-Assoziation
asin%float asin(float $arg)%Arkussinus
asinh%float asinh(float $arg)%Areasinus Hyperbolikus
asort%bool asort(array $array, [int $sort_flags = SORT_REGULAR])%Sortiert ein Array und erhält die Index-Assoziation
assert%void assert()%Prüft ab, ob eine Bedingung oder Abfrage FALSE ist
assert_options%void assert_options()%Setzt oder liefert die Assert-Optionen
atan%float atan(float $arg)%Arkustangens
atan2%float atan2(float $y, float $x)%Arkustangens-Variante mit zwei Parametern
atanh%float atanh(float $arg)%Areatangens Hyperbolikus
base64_decode%string base64_decode(string $data, [bool $strict = false])%DekodiertMIME base64-kodierte Daten
base64_encode%string base64_encode(string $data)%Kodiert Daten MIME base64
base_convert%string base_convert(string $number, int $frombase, int $tobase)%Konvertiert einen numerischen Wert zwischen verschiedenen Zahlensystemen
basename%void basename()%Extrahiert den Namen einer Datei aus einer vollständigen Pfadangabe
bcadd%string bcadd(string $left_operand, string $right_operand, [int $scale])%Addition zweier Zahlen beliebiger Genauigkeit
bccomp%int bccomp(string $left_operand, string $right_operand, [int $scale])%Vergleich zweier Zahlen beliebiger Genauigkeit
bcdiv%string bcdiv(string $left_operand, string $right_operand, [int $scale])%Division zweier Zahlen beliebiger Genauigkeit
bcmod%string bcmod(string $left_operand, string $modulus)%Modulo zweier Zahlen mit beliebiger Genauigkeit
bcmul%string bcmul(string $left_operand, string $right_operand, [int $scale])%Multiplikation zweier Zahlen beliebiger Genauigkeit
bcpow%string bcpow(string $left_operand, string $right_operand, [int $scale])%Potenz einer Zahl beliebiger Genauigkeit
bcpowmod%string bcpowmod(string $left_operand, string $right_operand, string $modulus, [int $scale])%Potenz einer Zahl beliebiger Genauigkeit, vermindert um ein    angegebenen Modulo
bcscale%bool bcscale(int $scale)%Setzt die Genauigkeit aller BCmath-Funktionen
bcsqrt%string bcsqrt(string $operand, [int $scale])%Ermittelt die Quadratwurzel einer Zahl beliebiger Genauigkeit
bcsub%string bcsub(string $left_operand, string $right_operand, [int $scale])%Subtrahiert zwei Zahlen beliebiger Genauigkeit
bin2hex%string bin2hex(string $str)%Wandelt Binär-Daten in ihre hexadezimale Entsprechung um
bind_textdomain_codeset%string bind_textdomain_codeset(string $domain, string $codeset)%Gibt das Encoding an, in dem Texte aus der Übersetzungstabelle der DOMAIN    zurückgegeben werden
bindec%float bindec(string $binary_string)%Umwandlung von binär zu dezimal
bindtextdomain%string bindtextdomain(string $domain, string $directory)%Setzt den Pfad für eine Domain
bson_decode%array bson_decode(string $bson)%Deserializes a BSON object into a PHP array
bson_encode%string bson_encode(mixed $anything)%Serializes a PHP variable into a BSON string
bzclose%int bzclose(resource $bz)%Schließt eine bzip2-Datei
bzcompress%mixed bzcompress(string $source, [int $blocksize = 4], [int $workfactor])%Komprimiert eine Zeichenkette in bzip2-encodierte Daten
bzdecompress%mixed bzdecompress(string $source, [int $small])%Dekomprimiert bzip2-kodierte Daten
bzerrno%int bzerrno(resource $bz)%Gibt eine bzip2-Fehlernummer zurück
bzerror%array bzerror(resource $bz)%Gibt die bzip2-Fehlernummer und die -Fehlermeldung in einem    Array zurück
bzerrstr%string bzerrstr(resource $bz)%Gibt eine bzip2-Fehlermeldung zurÃ¼ck
bzflush%int bzflush(resource $bz)%Erzwingt das Schreiben aller gepufferten Daten
bzopen%resource bzopen(string $filename, string $mode)%Öffnet eine bzip2-komprimierte Datei
bzread%string bzread(resource $bz, [int $length = 1024])%Binär-sicheres Lesen aus einer bzip2-Datei
bzwrite%int bzwrite(resource $bz, string $data, [int $length])%Binär-sicheres Schreiben einer bzip2-Datei
cal_days_in_month%int cal_days_in_month(int $calendar, int $month, int $year)%Gibt die Anzahl der Tage eines bestimmten Monats in einem bestimmten Jahr in einem bestimmten Kalender zurück
cal_from_jd%array cal_from_jd(int $jd, int $calendar)%Converts from Julian Day Count to a supported calendar
cal_info%array cal_info([int $calendar = -1])%Gibt Informationen zu einem bestimmten Kalender zurück
cal_to_jd%int cal_to_jd(int $calendar, int $month, int $day, int $year)%Converts from a supported calendar to Julian Day Count
call_user_func%void call_user_func()%Aufruf einer benutzerdefinierten Funktion
call_user_func_array%mixed call_user_func_array(callback $function, array $param_arr)%Call a user function given with an array of parameters
call_user_method%mixed call_user_method(string $method_name, object $obj, [mixed $parameter], [mixed ...])%Ruft eine benannte  Methode eines Objekts auf [deprecated]
call_user_method_array%mixed call_user_method_array(string $method_name, object $obj, array $params)%Call a user method given with an array of parameters [deprecated]
ceil%float ceil(float $value)%Aufrunden
chdir%bool chdir(string $directory)%Wechseln des Verzeichnisses
checkdate%bool checkdate(int $month, int $day, int $year)%Prüft ein Gregorianisches Datum auf Gültigkeit
checkdnsrr%bool checkdnsrr(string $host, [string $type = "MX"])%Prüft DNS-Einträge auf Übereinstimmung mit einem gegebenen    Internet-Host-Namen oder einer IP-Adresse
chgrp%void chgrp()%Wechselt die Gruppenzugehörigkeit einer Datei
chmod%void chmod()%Ändert die Zugriffsrechte einer Datei
chop%void chop()%Alias von rtrim
chown%bool chown(string $filename, mixed $user)%Ändert den Eigentümer einer Datei
chr%string chr(int $ascii)%Gibt ein einzelnes Zeichen zurück
chroot%bool chroot(string $directory)%Wechselt das Root-Verzeichnis
chunk_split%string chunk_split(string $body, [int $chunklen = 76], [string $end = "\r\n"])%Zerlegt einen String in Teile gleicher Länge
class_alias%boolean class_alias([string $original], [string $alias])%Creates an alias for a class
class_exists%bool class_exists(string $class_name, [bool $autoload = true])%Checks if the class has been defined
class_implements%array class_implements(mixed $class, [bool $autoload = true])%Return the interfaces which are implemented by the given class
class_parents%array class_parents(mixed $class, [bool $autoload = true])%Return the parent classes of the given class
clearstatcache%void clearstatcache()%Löscht den Status Cache
closedir%void closedir([resource $dir_handle])%Schließen eines Verzeichnis-Handles
closelog%bool closelog()%Schließt die Verbindung zum System-Logger
collator_asort%bool collator_asort(array $arr, [int $sort_flag], Collator $coll, array $arr, [int $sort_flag])%Sort array maintaining index association
collator_compare%int collator_compare(string $str1, string $str2, Collator $coll, string $str1, string $str2)%Compare two Unicode strings
collator_create%Collator collator_create(string $locale, string $locale)%Create a collator
collator_get_attribute%int collator_get_attribute(int $attr, Collator $coll, int $attr)%Get collation attribute value
collator_get_error_code%int collator_get_error_code(Collator $coll)%Get collator's last error code
collator_get_error_message%string collator_get_error_message(Collator $coll)%Get text for collator's last error code
collator_get_locale%string collator_get_locale([int $type], Collator $coll, int $type)%Get the locale name of the collator
collator_get_sort_key%string collator_get_sort_key(string $str, Collator $coll, string $str)%Get sorting key for a string
collator_get_strength%int collator_get_strength(Collator $coll)%Get current collation strength
collator_set_attribute%bool collator_set_attribute(int $attr, int $val, Collator $coll, int $attr, int $val)%Set collation attribute
collator_set_strength%bool collator_set_strength(int $strength, Collator $coll, int $strength)%Set collation strength
collator_sort%bool collator_sort(array $arr, [int $sort_flag], Collator $coll, array $arr, [int $sort_flag])%Sort array using specified collator
collator_sort_with_sort_keys%bool collator_sort_with_sort_keys(array $arr, Collator $coll, array $arr)%Sort array using specified collator and sort keys
com_addref%void com_addref()%Erhöht den Referenzzähler der Komponente [veraltet, nicht mehr empfohlen]
com_create_guid%string com_create_guid()%Generate a globally unique identifier (GUID)
com_event_sink%bool com_event_sink(variant $comobject, object $sinkobject, [mixed $sinkinterface])%Connect events from a COM object to a PHP object
com_get%void com_get()%Liefert den Wert der Eigenschaft einer COM-Komponente [veraltet, nicht mehr empfohlen]
com_get_active_object%variant com_get_active_object(string $progid, [int $code_page])%Returns a handle to an already running instance of a COM object
com_invoke%mixed com_invoke(resource $com_object, string $function_name, [mixed $function_parameters])%Ruft eine Methode einer COM-Komponente auf [veraltet, nicht mehr empfohlen]
com_isenum%bool com_isenum(variant $com_module)%Überprüft, ob ein COM-Objekt ein IEnumVariant-Interface für die    Iteration besitzt [veraltet, nicht mehr empfohlen]
com_load%void com_load()%Erstellt eine neue Referenz auf eine COM-Komponente [veraltet, nicht mehr empfohlen]
com_load_typelib%bool com_load_typelib(string $typelib_name, [bool $case_insensitive])%Lädt eine Typelib
com_message_pump%bool com_message_pump([int $timeoutms])%Process COM messages, sleeping for up to timeoutms milliseconds
com_print_typeinfo%bool com_print_typeinfo(object $comobject, [string $dispinterface], [bool $wantsink])%Print out a PHP class definition for a dispatchable interface
com_propget%void com_propget()%Alias von com_get
com_propput%void com_propput()%Alias von com_set
com_propset%void com_propset()%Alias von com_set
com_release%void com_release()%Reduziert den Referenzzähler der Komponente [veraltet, nicht mehr empfohlen]
com_set%void com_set()%Weist einer Eigenschaft einer COM-Komponente einen Wert zu
compact%array compact(mixed $varname, [mixed ...])%Erstellt ein Array mit Variablen und deren Werten
connection_aborted%int connection_aborted()%Überprüft, ob die Verbindung zum Client beendet wurde
connection_status%int connection_status()%Liefert den Verbindungsstatus als Bitfeld
connection_timeout%int connection_timeout()%Überprüft, ob das Skript den Timeout erreicht hat
constant%mixed constant(string $name)%Liefert den Wert einer Konstante
convert_cyr_string%string convert_cyr_string(string $str, string $from, string $to)%Konvertiert Strings von einem kyrillischen Zeichensatz in einen anderen
convert_uudecode%string convert_uudecode(string $data)%Dekodiert eine uukodierte Zeichenkette
convert_uuencode%string convert_uuencode(string $data)%UU-kodiert eine Zeichenkette
copy%void copy()%Kopiert eine Datei
cos%float cos(float $arg)%Kosinus
cosh%float cosh(float $arg)%Kosinus Hyperbolikus
count%int count(mixed $var, [int $mode])%Zählt alle Elemente eines Arrays oder Attribute eines Objekts
count_chars%mixed count_chars(string $string, [int $mode])%Gibt Informationen über die in einem String enthaltenen Zeichen      zurück
crc32%int crc32(string $str)%Berechnet den polynomischen CRC32-Wert eines Strings
create_function%void create_function()%Erzeugen einer anonymen / temporären (Lambda-Stil) Funktion
crypt%string crypt(string $str, [string $salt])%Einweg-String-Verschlüsselung (Hashbildung)
ctype_alnum%bool ctype_alnum(string $text)%Auf alphanumerische Zeichen überprüfen
ctype_alpha%bool ctype_alpha(string $text)%Auf Buchstabe(n) überprüfen
ctype_cntrl%bool ctype_cntrl(string $text)%Auf Steuerzeichen überprüfen
ctype_digit%bool ctype_digit(string $text)%Auf Ziffern überprüfen
ctype_graph%bool ctype_graph(string $text)%Auf druckbare Zeichen (außer Leerzeichen) überprüfen
ctype_lower%bool ctype_lower(string $text)%Auf Kleinbuchstaben überprüfen
ctype_print%bool ctype_print(string $text)%Auf druckbare Zeichen überprüfen
ctype_punct%bool ctype_punct(string $text)%Prüft auf Sonderzeichem, d.h. auf druckbare Zeichen die weder Buchstaben    noch Ziffern noch Leerzeichen sind.
ctype_space%bool ctype_space(string $text)%Auf Leerzeichen überprüfen
ctype_upper%bool ctype_upper(string $text)%Auf Großbuchstaben prüfen
ctype_xdigit%bool ctype_xdigit(string $text)%Auf Hexadezimalziffern überprüfen
curl_close%void curl_close(resource $ch)%Eine cURL-Session beenden
curl_copy_handle%resource curl_copy_handle(resource $ch)%Kopieren eines cURL-Handles inklusiver aller Voreinstellungen
curl_errno%int curl_errno(resource $ch)%Gibt die letzte Fehlernummer zurück
curl_error%string curl_error(resource $ch)%Gibt einen String zurück, der den letzten Fehler der aktuellen Session enthält
curl_exec%mixed curl_exec(resource $ch)%Eine cURL-Session ausführen
curl_getinfo%mixed curl_getinfo(resource $ch, [int $opt])%Informationen zu einem bestimmten Transfer abfragen
curl_init%resource curl_init([string $url])%Eine cURL-Session initialisieren
curl_multi_add_handle%int curl_multi_add_handle(resource $mh, resource $ch)%Fügt ein reguläres cURL-Handle einem cURL-Multi-Handle hinzu
curl_multi_close%void curl_multi_close(resource $mh)%Eine Gruppe von cURL-Handlern schließen
curl_multi_exec%int curl_multi_exec(resource $mh, int $still_running)%Führt die Unter-Verbindungen des cURL-Handles aus
curl_multi_getcontent%string curl_multi_getcontent(resource $ch)%Den Inhalt des cURL-Handles zurückgeben, falls CURLOPT_RETURNTRANSFER gesetzt ist
curl_multi_info_read%array curl_multi_info_read(resource $mh, [int $msgs_in_queue])%Informationen über die aktuellen Transfers abrufen
curl_multi_init%resource curl_multi_init()%Gibt einen cURL-Multi-Handle zurück
curl_multi_remove_handle%int curl_multi_remove_handle(resource $mh, resource $ch)%Einen Multi-Handle von einer Handle-Gruppe entfernen
curl_multi_select%int curl_multi_select(resource $mh, [float $timeout = 1.0])%Alle Sockets abfragen, die mit der cURL Erweiterung assoziiert sind und ausgewählt werden können
curl_setopt%bool curl_setopt(resource $ch, int $option, mixed $value)%Eine Option für einen cURL Transfer setzen
curl_setopt_array%bool curl_setopt_array(resource $ch, array $options)%Mehrere Optionen für einen cURL-Transfer setzen
curl_version%array curl_version([int $age = CURLVERSION_NOW])%Gibt die cURL-Version zurück
current%boolean current(array $array)%Liefert das aktuelle Element eines Arrays
date%string date(string $format, [int $timestamp])%Formatiert ein(e) angegebene(s) Ortszeit/Datum
date_add%void date_add()%Alias von DateTime::add
date_create%void date_create()%Alias von DateTime::__construct
date_create_from_format%void date_create_from_format()%Alias von DateTime::createFromFormat
date_date_set%void date_date_set()%Alias von DateTime::setDate
date_default_timezone_get%string date_default_timezone_get()%Gets the default timezone used by all date/time functions in a script
date_default_timezone_set%bool date_default_timezone_set(string $timezone_identifier)%Sets the default timezone used by all date/time functions in a script
date_diff%void date_diff()%Alias von DateTime::diff
date_format%void date_format()%Alias von DateTime::format
date_get_last_errors%void date_get_last_errors()%Alias von DateTime::getLastErrors
date_interval_create_from_date_string%void date_interval_create_from_date_string()%Alias von DateInterval::createFromDateString
date_interval_format%void date_interval_format()%Alias von DateInterval::format
date_isodate_set%void date_isodate_set()%Alias von DateTime::setISODate
date_modify%void date_modify()%Alias von DateTime::modify
date_offset_get%void date_offset_get()%Alias von DateTime::getOffset
date_parse%array date_parse(string $date)%Returns associative array with detailed info about given date
date_parse_from_format%array date_parse_from_format(string $format, string $date)%Get info about given date
date_sub%void date_sub()%Alias von DateTime::sub
date_sun_info%array date_sun_info(int $time, float $latitude, float $longitude)%Returns an array with information about sunset/sunrise and twilight begin/end
date_sunrise%mixed date_sunrise(int $timestamp, [int $format = SUNFUNCS_RET_STRING], [float $latitude = ini_get("date.default_latitude")], [float $longitude = ini_get("date.default_longitude")], [float $zenith = ini_get("date.sunrise_zenith")], [float $gmt_offset])%Returns time of sunrise for a given day and location
date_sunset%mixed date_sunset(int $timestamp, [int $format = SUNFUNCS_RET_STRING], [float $latitude = ini_get("date.default_latitude")], [float $longitude = ini_get("date.default_longitude")], [float $zenith = ini_get("date.sunset_zenith")], [float $gmt_offset])%Returns time of sunset for a given day and location
date_time_set%void date_time_set()%Alias von DateTime::setTime
date_timestamp_get%void date_timestamp_get()%Alias von DateTime::getTimestamp
date_timestamp_set%void date_timestamp_set()%Alias von DateTime::setTimestamp
date_timezone_get%void date_timezone_get()%Alias von DateTime::getTimezone
date_timezone_set%void date_timezone_set()%Alias von DateTime::setTimezone
datefmt_create%IntlDateFormatter datefmt_create(string $locale, int $datetype, int $timetype, [string $timezone], [int $calendar], [string $pattern], string $locale, int $datetype, int $timetype, [string $timezone], [int $calendar], [string $pattern], string $locale, int $datetype, int $timetype, [string $timezone], [int $calendar], [string $pattern])%Create a date formatter
datefmt_format%string datefmt_format(mixed $value, IntlDateFormatter $fmt, mixed $value)%Format the date/time value as a string
datefmt_get_calendar%int datefmt_get_calendar(IntlDateFormatter $fmt)%Get the calendar used for the IntlDateFormatter
datefmt_get_datetype%int datefmt_get_datetype(IntlDateFormatter $fmt)%Get the datetype used for the IntlDateFormatter
datefmt_get_error_code%int datefmt_get_error_code(IntlDateFormatter $fmt)%Get the error code from last operation
datefmt_get_error_message%string datefmt_get_error_message(IntlDateFormatter $fmt)%Get the error text from the last operation.
datefmt_get_locale%string datefmt_get_locale([int $which], IntlDateFormatter $fmt, [int $which])%Get the locale used by formatter
datefmt_get_pattern%string datefmt_get_pattern(IntlDateFormatter $fmt)%Get the pattern used for the IntlDateFormatter
datefmt_get_timetype%int datefmt_get_timetype(IntlDateFormatter $fmt)%Get the timetype used for the IntlDateFormatter
datefmt_get_timezone_id%string datefmt_get_timezone_id(IntlDateFormatter $fmt)%Get the timezone-id used for the IntlDateFormatter
datefmt_is_lenient%bool datefmt_is_lenient(IntlDateFormatter $fmt)%Get the lenient used for the IntlDateFormatter
datefmt_localtime%array datefmt_localtime(string $value, [int $position], IntlDateFormatter $fmt, string $value, [int $position])%Parse string to a field-based time value
datefmt_parse%int datefmt_parse(string $value, [int $position], IntlDateFormatter $fmt, string $value, [int $position])%Parse string to a timestamp value
datefmt_set_calendar%bool datefmt_set_calendar(int $which, IntlDateFormatter $fmt, int $which)%sets the calendar used to the appropriate calendar, which must be
datefmt_set_lenient%bool datefmt_set_lenient(bool $lenient, IntlDateFormatter $fmt, bool $lenient)%Set the leniency of the parser
datefmt_set_pattern%bool datefmt_set_pattern(string $pattern, IntlDateFormatter $fmt, string $pattern)%Set the pattern used for the IntlDateFormatter
datefmt_set_timezone_id%bool datefmt_set_timezone_id(string $zone, IntlDateFormatter $fmt, string $zone)%Sets the time zone to use
dba_close%void dba_close(resource $handle)%Schließt eine DBA-Datenbank
dba_delete%bool dba_delete(string $key, resource $handle)%Löscht den zum angegebenen Schlüssel gehörigen DBA-Eintrag
dba_exists%bool dba_exists(string $key, resource $handle)%Überprüft, ob ein angegebener Schlüssel existiert
dba_fetch%string dba_fetch(string $key, resource $handle, string $key, int $skip, resource $handle)%Liest die Daten zu einem angegebenen Schlüssel aus
dba_firstkey%string dba_firstkey(resource $handle)%Liefert den ersten Schlüssel
dba_handlers%array dba_handlers([bool $full_info = false])%Listet alle verfügbaren Handler auf
dba_insert%bool dba_insert(string $key, string $value, resource $handle)%Fügt einen Eintrag ein
dba_key_split%mixed dba_key_split(mixed $key)%Zerlegt einen Schlüssel in Zeichenketten-Darstellung in eine Array-Darstellung
dba_list%array dba_list()%Listet alle offenen Datenbank-Dateien auf
dba_nextkey%string dba_nextkey(resource $handle)%Liefert den nachfolgenden Schlüssel
dba_open%resource dba_open(string $path, string $mode, [string $handler], [mixed ...])%Öffnet eine Datenbank
dba_optimize%bool dba_optimize(resource $handle)%Optimiert eine Datenbank
dba_popen%resource dba_popen(string $path, string $mode, [string $handler], [mixed ...])%Öffnet eine persistente Datenbank-Verbindung
dba_replace%bool dba_replace(string $key, string $value, resource $handle)%Ersetzt einen Eintrag oder fügt ihn ein
dba_sync%bool dba_sync(resource $handle)%Synchronisiert eine Datenbank
dbx_close%int dbx_close(object $link_identifier)%Schließt eine offene Verbindung/Datenbank
dbx_compare%int dbx_compare(array $row_a, array $row_b, string $column_key, [int $flags = DBX_CMP_ASC | DBX_CMP_NATIVE])%Vergleicht zwei Reihen für Sortierzwecke
dbx_connect%object dbx_connect(mixed $module, string $host, string $database, string $username, string $password, [int $persistent])%Öffnet eine Verbindung/Datenbank
dbx_error%string dbx_error(object $link_identifier)%Liefert die Fehlermeldung des letzten Funktionsaufrufes in dem Modul
dbx_escape_string%string dbx_escape_string(object $link_identifier, string $text)%Maskiert einen String, so dass er sicher in einem SQL-Statement verwendet    werden kann
dbx_fetch_row%mixed dbx_fetch_row(object $result_identifier)%Liest Zeilen aus einem Abfrageergebnis, das das   DBX_RESULT_UNBUFFERED-Flag gesetzt hat
dbx_query%void dbx_query()%Sendet eine Abfrage und holt alle Ergebnisse (falls vorhanden)
dbx_sort%bool dbx_sort(object $result, string $user_compare_function)%Sortiert das Ergebnis eines dbx_query mittels einer benutzerdefinierten Sortierfunktion
dcgettext%string dcgettext(string $domain, string $message, int $category)%Überschreibt die gesetzte Domain für eine einzelne Abfrage
dcngettext%string dcngettext(string $domain, string $msgid1, string $msgid2, int $n, int $category)%Pluralversion von dcgettext
deaggregate%void deaggregate(object $object, [string $class_name])%Removes the aggregated methods and properties from an object
debug_backtrace%array debug_backtrace([bool $provide_object = true])%Erzeugt Daten zur Ablaufverfolgung
debug_print_backtrace%void debug_print_backtrace()%Druckt die Daten für eine Ablaufverfolgung
debug_zval_dump%void debug_zval_dump(mixed $variable)%Dumps a string representation of an internal zend value to output
decbin%string decbin(int $number)%Dezimal zu Binär Konvertierung
dechex%string dechex(int $number)%Dezimal zu Hexadezimal Umwandlung
decoct%string decoct(int $number)%Dezimal zu Oktal Umwandlung
define%bool define(string $name, mixed $value, [bool $case_insensitive = false])%Definiert eine benannte Konstante
define_syslog_variables%void define_syslog_variables()%Initialisiert alle SysLog-bezogenen Variablen
defined%bool defined(string $name)%Prüft, ob eine benannte Konstante existiert
deg2rad%float deg2rad(float $number)%Rechnet einen Winkel von Grad in Bogenmaß um
delete%void delete()%Siehe unlink oder unset
dgettext%string dgettext(string $domain, string $message)%Überschreibt die aktuelle Domain
die%void die()%Entspricht exit
dir%void dir()%Gibt eine Instanz der Verzeichnis-Klasse zurück
dirname%void dirname()%Extrahiert den Verzeichnis-Namen aus einer vollständigen      Pfadangabe
disk_free_space%void disk_free_space()%Liefert den freien Speicherplatz in einem Verzeichnis
disk_total_space%void disk_total_space()%Liefert die Gesamtgröße eines Verzeichnisses
diskfreespace%void diskfreespace()%Ist ein Alias für disk_free_space
dl%void dl()%Lädt eine PHP-Erweiterung (Extension) zur Laufzeit
dngettext%string dngettext(string $domain, string $msgid1, string $msgid2, int $n)%Pluralversion von dgettext
dns_check_record%void dns_check_record()%Alias von checkdnsrr
dns_get_mx%void dns_get_mx()%Alias von getmxrr
dns_get_record%array dns_get_record(string $hostname, [int $type = DNS_ANY], [array $authns], [array $addtl])%Fetch DNS Resource Records associated with a hostname
dom_import_simplexml%DOMElement dom_import_simplexml(SimpleXMLElement $node)%Gets a DOMElement object from a    SimpleXMLElement object
domxml_new_doc%DomDocument domxml_new_doc(string $version)%Creates new empty XML document
domxml_open_file%DomDocument domxml_open_file(string $filename, [int $mode], [array $error])%Creates a DOM object from an XML file
domxml_open_mem%DomDocument domxml_open_mem(string $str, [int $mode], [array $error])%Creates a DOM object of an XML document
domxml_version%string domxml_version()%Gets the XML library version
domxml_xmltree%DomDocument domxml_xmltree(string $str)%Creates a tree of PHP objects from an XML document
domxml_xslt_stylesheet%DomXsltStylesheet domxml_xslt_stylesheet(string $xsl_buf)%Creates a DomXsltStylesheet object from an XSL document in a string
domxml_xslt_stylesheet_doc%DomXsltStylesheet domxml_xslt_stylesheet_doc(DomDocument $xsl_doc)%Creates a DomXsltStylesheet Object from a DomDocument Object
domxml_xslt_stylesheet_file%DomXsltStylesheet domxml_xslt_stylesheet_file(string $xsl_file)%Creates a DomXsltStylesheet Object from an XSL document in a file
domxml_xslt_version%int domxml_xslt_version()%Gets the XSLT library version
dotnet_load%int dotnet_load(string $assembly_name, [string $datatype_name], [int $codepage])%Lädt ein DOTNET-Modul
doubleval%void doubleval()%Alias von floatval
each%array each(array $array)%Liefert das aktuelle Paar (Schlüssel und Wert) eines Arrays und   rückt den Arrayzeiger vor
easter_date%int easter_date([int $year])%Zeitpunkt des Osterfestes (0 Uhr) als Unix-Timestamp
easter_days%int easter_days([int $year], [int $method = CAL_EASTER_DEFAULT])%Anzahl der Tage zwischen dem 21. März und Ostersonntag
echo%void echo(string $arg1, [string ...])%Gibt einen oder mehrere Strings aus
empty%bool empty(mixed $var)%Prüft, ob eine Variable einen Wert enthält
enchant_broker_describe%array enchant_broker_describe(resource $broker)%Enumerates the Enchant providers
enchant_broker_dict_exists%bool enchant_broker_dict_exists(resource $broker, string $tag)%Whether a dictionary exists or not. Using non-empty tag
enchant_broker_free%bool enchant_broker_free(resource $broker)%Free the broker resource and its dictionnaries
enchant_broker_free_dict%bool enchant_broker_free_dict(resource $dict)%Free a dictionary resource
enchant_broker_get_error%string enchant_broker_get_error(resource $broker)%Returns the last error of the broker
enchant_broker_init%resource enchant_broker_init()%create a new broker object capable of requesting
enchant_broker_list_dicts%mixed enchant_broker_list_dicts(resource $broker)%Returns a list of available dictionaries
enchant_broker_request_dict%resource enchant_broker_request_dict(resource $broker, string $tag)%create a new dictionary using a tag
enchant_broker_request_pwl_dict%resource enchant_broker_request_pwl_dict(resource $broker, string $filename)%creates a dictionary using a PWL file
enchant_broker_set_ordering%bool enchant_broker_set_ordering(resource $broker, string $tag, string $ordering)%Declares a preference of dictionaries to use for the language
enchant_dict_add_to_personal%void enchant_dict_add_to_personal(resource $dict, string $word)%add a word to personal word list
enchant_dict_add_to_session%void enchant_dict_add_to_session(resource $dict, string $word)%add 'word' to this spell-checking session
enchant_dict_check%bool enchant_dict_check(resource $dict, string $word)%Check whether a word is correctly spelled or not
enchant_dict_describe%mixed enchant_dict_describe(resource $dict)%Describes an individual dictionary
enchant_dict_get_error%string enchant_dict_get_error(resource $dict)%Returns the last error of the current spelling-session
enchant_dict_is_in_session%bool enchant_dict_is_in_session(resource $dict, string $word)%whether or not 'word' exists in this spelling-session
enchant_dict_quick_check%bool enchant_dict_quick_check(resource $dict, string $word, [array $suggestions])%Check the word is correctly spelled and provide suggestions
enchant_dict_store_replacement%void enchant_dict_store_replacement(resource $dict, string $mis, string $cor)%Add a correction for a word
enchant_dict_suggest%array enchant_dict_suggest(resource $dict, string $word)%Will return a list of values if any of those pre-conditions are not met
end%mixed end(array $array)%Positioniert den internen Zeiger eines Arrays auf dessen letztes Element
ereg%int ereg(string $pattern, string $string, [array $regs])%Sucht Übereinstimmungen mit einem regulären Ausdruck
ereg_replace%string ereg_replace(string $pattern, string $replacement, string $string)%Ersetzt einen regulären Ausdruck
eregi%int eregi(string $pattern, string $string, [array $regs])%Sucht Übereinstimmung mit regulärem Ausdruck ohne Berücksichtigung von Groß-/Kleinschreibung
eregi_replace%string eregi_replace(string $pattern, string $replacement, string $string)%Ersetzt einen regulären Ausdrück ohne Berücksichtigung von Groß-/Kleinschreibung
error_get_last%array error_get_last()%Liefert den zuletzt aufgetretenen Fehler
error_log%bool error_log(string $message, [int $message_type], [string $destination], [string $extra_headers])%Sendet eine Fehlermeldung irgendwo hin
error_reporting%int error_reporting([int $level])%Gibt an, welche PHP-Fehlermeldungen angezeigt werden
escapeshellarg%string escapeshellarg(string $arg)%Maskiert eine Zeichenkette (String), um sie als Shell-Argument benutzen zu können
escapeshellcmd%void escapeshellcmd()%Maskiert Shell-Metazeichen
eval%mixed eval(string $code_str)%Wertet eine Zeichenkette als PHP-Code aus
exec%void exec()%Führt ein externes Programm aus
exif_imagetype%int exif_imagetype(string $filename)%Ermittelt den Bildtyp
exif_read_data%array exif_read_data(string $filename, [string $sections], [bool $arrays], [bool $thumbnail])%Liest die EXIF-Header von JPEG oder TIFF aus
exif_tagname%string exif_tagname(string $index)%Gibt den Header-Namen für einen Index zurück
exif_thumbnail%string exif_thumbnail(string $filename, [int $width], [int $height], [int $imagetype])%Aufruf des eingebetteten Miniaturbildes eines TIFF- oder JPEG-Bildes
exit%void exit([string $status], int $status)%Gibt eine Meldung aus und beendet das aktuelle Skript
exp%float exp(float $arg)%Exponentialfunktion
explode%array explode(string $delimiter, string $string, [int $limit])%Teilt einen String anhand einer Zeichenkette
expm1%float expm1(float $arg)%Exponentialfunktion mit erhöhter Genauigkeit
extension_loaded%bool extension_loaded(string $name)%Prüft ob eine Extension geladen ist
extract%int extract(array $var_array, [int $extract_type = EXTR_OVERWRITE], [string $prefix])%Importiert Variablen eines Arrays in die aktuelle Symboltabelle
ezmlm_hash%int ezmlm_hash(string $addr)%Berechnet den Hash-Wert, der von EZMLM benötigt wird
fclose%bool fclose(resource $handle)%Schließt einen offenen Dateizeiger
feof%void feof()%Prüft, ob der Dateizeiger am Ende der Datei steht
fflush%bool fflush(resource $handle)%Schreibt den Ausgabepuffer in eine Datei
fgetc%void fgetc()%Liest das Zeichen, auf welches der Dateizeiger zeigt
fgetcsv%void fgetcsv()%Liest eine Zeile von der Position des Dateizeigers und       prüft diese auf Komma-Separierte-Werte (CSV)
fgets%void fgets()%Liest eine Zeile von der Position des Dateizeigers
fgetss%string fgetss(resource $handle, [int $length], [string $allowable_tags])%Liest eine Zeile von der Position des Dateizeigers und entfernt HTML Tags.
file%array file(string $filename, [int $flags], [resource $context])%Liest eine komplette Datei in ein Array
file_exists%void file_exists()%Prüft, ob eine Datei oder ein Verzeichnis existiert
file_get_contents%string file_get_contents(string $filename, [bool $use_include_path = false], [resource $context], [int $offset = -1], [int $maxlen = -1])%Liest die gesamte Datei in einen String
file_put_contents%int file_put_contents(string $filename, mixed $data, [int $flags], [resource $context])%Write a string to a file
fileatime%void fileatime()%Liefert Datum und Uhrzeit des letzten Zugriffs auf eine Datei
filectime%void filectime()%Liefert Datum und Uhrzeit der letzten Änderung des Dateizeigers      Inode
filegroup%int filegroup(string $filename)%Liefert die Gruppenzugehörigkeit einer Datei
fileinode%void fileinode()%Liefert die Inode-Nummer einer Datei
filemtime%void filemtime()%Liefert Datum und Uhrzeit der letzten Dateiänderung
fileowner%void fileowner()%Liefert den Dateieigentümer
fileperms%void fileperms()%Liefert die Zugriffsrechte einer Datei
filesize%void filesize()%Liefert die Größe einer Datei
filetype%void filetype()%Liefert den Typ einer Datei
filter_has_var%bool filter_has_var(int $type, string $variable_name)%Prüft, ob eine Variable des angegebenen Typs existiert
filter_id%int filter_id(string $filtername)%Liefert die Filter-ID zu einem Filternamen
filter_input%mixed filter_input(int $type, string $variable_name, [int $filter], [mixed $options])%Nimmt Variable von Außen entgegen und filtert sie optional
filter_input_array%mixed filter_input_array(int $type, [mixed $definition])%Nimmt mehrere Variablen von Außen entgegen und filtert sie optional
filter_list%array filter_list()%Liefert eine Liste aller unterstützten Filter
filter_var%mixed filter_var(mixed $variable, [int $filter], [mixed $options])%Filtern einer Variablen durch einen spezifischen Filter
filter_var_array%mixed filter_var_array(array $data, [mixed $definition])%Nimmt mehrere Variablen entgegen und filtert sie optional
finfo%object finfo([int $options = FILEINFO_NONE], [string $magic_file], [int $options = FILEINFO_NONE], [string $magic_file])%Create a new fileinfo resource
finfo_buffer%string finfo_buffer(resource $finfo, string $string, [int $options = FILEINFO_NONE], [resource $context], string $string, [int $options = FILEINFO_NONE], [resource $context])%Return information about a string buffer
finfo_close%bool finfo_close(resource $finfo)%Close fileinfo resource
finfo_file%string finfo_file(resource $finfo, string $file_name, [int $options = FILEINFO_NONE], [resource $context], string $file_name, [int $options = FILEINFO_NONE], [resource $context])%Return information about a file
finfo_open%resource finfo_open([int $options = FILEINFO_NONE], [string $magic_file], [int $options = FILEINFO_NONE], [string $magic_file])%Create a new fileinfo resource
finfo_set_flags%bool finfo_set_flags(resource $finfo, int $options, int $options)%Set libmagic configuration options
floatval%float floatval(mixed $var)%Konvertiert einen Wert nach float
flock%void flock()%Portables Datei-Verriegelungs-Verfahren
floor%float floor(float $value)%Abrunden
flush%void flush()%Leert (sendet) den Ausgabepuffer
fmod%float fmod(float $x, float $y)%Rest einer Fließkommadivision
fnmatch%bool fnmatch(string $pattern, string $string, [int $flags])%Match filename against a pattern
fopen%void fopen()%Öffnet eine Datei oder URL
forward_static_call%mixed forward_static_call(callback $function, [mixed $parameter], [mixed ...])%Call a static method
forward_static_call_array%mixed forward_static_call_array(callback $function, [array $parameters])%Call a static method and pass the arguments as array
fpassthru%void fpassthru()%Gibt alle verbleibenden Daten eines Dateizeigers direkt aus.
fprintf%int fprintf(resource $handle, string $format, [mixed $args], [mixed ...])%Schreibt einen formatierten String in einen Stream
fputcsv%int fputcsv(resource $handle, array $fields, [string $delimiter = ','], [string $enclosure = '"'])%Format line as CSV and write to file pointer
fputs%void fputs()%Schreibt Daten an die Position des Dateizeigers
fread%string fread(resource $handle, int $length)%Liest Binärdaten aus einer Datei
frenchtojd%int frenchtojd(int $month, int $day, int $year)%Konvertiert ein Datum der Französischen Revolution zu einem      Julianischen Datum
fscanf%void fscanf()%Interpretiert den Input einer Datei entsprechend einem      angegebenen Format
fseek%void fseek()%Positioniert den Dateizeiger
fsockopen%resource fsockopen(string $hostname, [int $port = -1], [int $errno], [string $errstr], [float $timeout = ini_get("default_socket_timeout")])%Stellt eine Internet- oder Unix-Domain-Socket-Verbindung her
fstat%array fstat(resource $handle)%Sammelt Informationen über eine Datei mittels eines offenen Dateizeigers
ftell%void ftell()%Ermittelt die aktuelle Position des Dateizeigers
ftok%int ftok(string $pathname, string $proj)%Erzeugt aus einem Dateipfad und einem Projektbezeichner einen System V IPC Schlüssel
ftp_alloc%bool ftp_alloc(resource $ftp_stream, int $filesize, [string $result])%Reserviert Platz für eine hochzuladende Datei
ftp_cdup%bool ftp_cdup(resource $ftp_stream)%Wechselt in das darüberliegende Verzeichnis
ftp_chdir%bool ftp_chdir(resource $ftp_stream, string $directory)%Verzeichnis-Wechsel auf einem FTP-Server
ftp_chmod%int ftp_chmod(resource $ftp_stream, int $mode, string $filename)%Ändert die Zugriffsrechte einer Datei über FTP
ftp_close%resource ftp_close(resource $ftp_stream)%Schließt eine FTP-Verbindung
ftp_connect%resource ftp_connect(string $host, [int $port = 21], [int $timeout = 90])%Stellt eine FTP-Verbindung her
ftp_delete%bool ftp_delete(resource $ftp_stream, string $path)%Löscht eine Datei auf dem FTP-Server
ftp_exec%bool ftp_exec(resource $ftp_stream, string $command)%Fordert die Ausführung eines Programmes auf dem FTP-Server an
ftp_fget%bool ftp_fget(resource $ftp_stream, resource $handle, string $remote_file, int $mode, [int $resumepos])%Lädt eine Datei vom FTP-Server und speichert sie in eine    geöffnete Datei
ftp_fput%bool ftp_fput(resource $ftp_stream, string $remote_file, resource $handle, int $mode, [int $startpos])%Überträgt eine geöffnete Datei auf einen FTP-Server
ftp_get%bool ftp_get(resource $ftp_stream, string $local_file, string $remote_file, int $mode, [int $resumepos])%Lädt eine Datei von einem FTP-Server herunter
ftp_get_option%mixed ftp_get_option(resource $ftp_stream, int $option)%Ruft diverse Laufzeitoptionen des angegebenen FTP-Streams ab
ftp_login%bool ftp_login(resource $ftp_stream, string $username, string $password)%Anmelden einer FTP-Verbindung (Login)
ftp_mdtm%int ftp_mdtm(resource $ftp_stream, string $remote_file)%Gibt den Zeitpunkt der letzten Änderung der angegebenen    Datei zurück
ftp_mkdir%string ftp_mkdir(resource $ftp_stream, string $directory)%Erzeugt ein Verzeichnis
ftp_nb_continue%int ftp_nb_continue(resource $ftp_stream)%Nimmt die Übertragung einer Datei wieder auf (nicht-blockierend)
ftp_nb_fget%int ftp_nb_fget(resource $ftp_stream, resource $handle, string $remote_file, int $mode, [int $resumepos])%Lädt eine Datei vom FTP-Server und schreibt sie in eine lokale Datei    (nicht-blockierend)
ftp_nb_fput%int ftp_nb_fput(resource $ftp_stream, string $remote_file, resource $handle, int $mode, [int $startpos])%Speichert eine geöffnete Datei auf den FTP-Server (nicht blockierend)
ftp_nb_get%int ftp_nb_get(resource $ftp_stream, string $local_file, string $remote_file, int $mode, [int $resumepos])%Überträgt eine Datei von dem FTP-Server und speichert sie lokal (nicht blockierend)
ftp_nb_put%int ftp_nb_put(resource $ftp_stream, string $remote_file, string $local_file, int $mode, [int $startpos])%Speichert eine Datei auf dem FTP-Server (nicht-blockierend)
ftp_nlist%array ftp_nlist(resource $ftp_stream, string $directory)%Gibt eine Liste der im angegebenen Verzeichnis enthaltenen    Dateien zurück
ftp_pasv%bool ftp_pasv(resource $ftp_stream, bool $pasv)%Schaltet den passiven Modus ein oder aus
ftp_put%bool ftp_put(resource $ftp_stream, string $remote_file, string $local_file, int $mode, [int $startpos])%Lädt eine Datei auf einen FTP-Server
ftp_pwd%string ftp_pwd(resource $ftp_stream)%Gibt den aktuellen Verzeichnisnamen zurück
ftp_quit%void ftp_quit()%Alias von ftp_close
ftp_raw%array ftp_raw(resource $ftp_stream, string $command)%Sendet ein beliebiges Kommando an den FTP-Server
ftp_rawlist%array ftp_rawlist(resource $ftp_stream, string $directory, [bool $recursive = false])%Gibt eine detaillierte Liste der Dateien in einem angegebenen    Verzeichnis zurück
ftp_rename%bool ftp_rename(resource $ftp_stream, string $oldname, string $newname)%Benennt eine Datei auf dem FTP-Server um
ftp_rmdir%bool ftp_rmdir(resource $ftp_stream, string $directory)%Löscht ein Verzeichnis
ftp_set_option%bool ftp_set_option(resource $ftp_stream, int $option, mixed $value)%Setzt diverse FTP-Laufzeitoptionen
ftp_site%bool ftp_site(resource $ftp_stream, string $command)%Sendet ein SITE-Kommando zum Server
ftp_size%int ftp_size(resource $ftp_stream, string $remote_file)%Gibt die Größe der angegebenen Datei zurück
ftp_ssl_connect%resource ftp_ssl_connect(string $host, [int $port = 21], [int $timeout = 90])%Öffnet eine sichere SSL-FTP-Verbindung
ftp_systype%string ftp_systype(resource $ftp_stream)%Gibt den Systemtyp des entfernten FTP-Servers zurück
ftruncate%void ftruncate()%Kürzt eine Datei auf die angegebene Länge
func_get_arg%mixed func_get_arg(int $arg_num)%Liefert ein bestimmtes Funktionsargument
func_get_args%array func_get_args()%Liefert Funktionsargumente als Array
func_num_args%int func_num_args()%Liefert die Anzahl der an eine Funktion übergebenen Argumente
function_exists%bool function_exists(string $function_name)%Falls die angegebene Funktion definiert ist, wird TRUE zurück    gegeben
fwrite%void fwrite()%Schreibt Binärdaten in eine Datei
gc_collect_cycles%int gc_collect_cycles()%Forces collection of any existing garbage cycles
gc_disable%void gc_disable()%Deactivates the circular reference collector
gc_enable%void gc_enable()%Activates the circular reference collector
gc_enabled%bool gc_enabled()%Returns status of the circular reference collector
gd_info%array gd_info()%Retrieve information about the currently installed GD library
get_browser%mixed get_browser([string $user_agent], [bool $return_array = false])%Ermittelt die Fähigkeiten des Browsers eines Benutzers
get_called_class%string get_called_class()%the "Late Static Binding" class name
get_cfg_var%string get_cfg_var(string $option)%Ermittelt den Wert einer Konfigurationsoption
get_class%string get_class([object $object])%Ermittelt den Klassennamen eines Objekts
get_class_methods%array get_class_methods(mixed $class_name)%Ermittelt die Namen der definierten Methoden einer Klasse
get_class_vars%array get_class_vars(string $class_name)%Liefert die Vorgabeeigenschaften einer Klasse
get_current_user%string get_current_user()%Liefert den Benutzernamen des Besitzers des aktuellen PHP-Skripts
get_declared_classes%array get_declared_classes()%Ermittelt die Namen der definierten Klassen
get_declared_interfaces%array get_declared_interfaces()%Returns an array of all declared interfaces
get_defined_constants%array get_defined_constants([bool $categorize = false])%Returns an associative array with the names of all the constants and their values
get_defined_functions%array get_defined_functions()%Liefert ein Array aller definierten Funktionen
get_defined_vars%array get_defined_vars()%Gibt ein Array aller definierten Variablen zurück
get_extension_funcs%array get_extension_funcs(string $module_name)%Liefert die Namen der Funktionen einer Extension
get_headers%array get_headers(string $url, [int $format])%Ruft alle Header ab, die der Server als Antwort auf einen     HTTP-Request versendet
get_html_translation_table%array get_html_translation_table([int $table = HTML_SPECIALCHARS], [int $quote_style = ENT_COMPAT])%Gibt die Umwandlungs-Tabelle zurück, die von      htmlspecialchars und      htmlentities verwendet wird
get_include_path%string get_include_path()%Gets the current include_path configuration option
get_included_files%array get_included_files()%Liefert ein Array mit den Namen der includierten Dateien
get_loaded_extensions%array get_loaded_extensions([bool $zend_extensions = false])%Liefert ein Array mit den Namen aller einkompilierten und geladenen Extensions
get_magic_quotes_gpc%void get_magic_quotes_gpc()%Zeigt die aktuelle Konfiguration von magic quotes gpc
get_magic_quotes_runtime%void get_magic_quotes_runtime()%Zeigt die aktuelle Konfiguration von magic_quotes_runtime
get_meta_tags%array get_meta_tags(string $filename, [bool $use_include_path = false])%Liest alle content-Attribute der Meta-Tags einer Datei aus und      gibt ein Array zurück
get_object_vars%array get_object_vars(object $object)%Liefert die öffentlichen Elemente eines Objekts
get_parent_class%string get_parent_class([mixed $object])%Gibt den Namen der Elternklasse eines Objektes zurück
get_required_files%void get_required_files()%Alias von get_included_files
get_resource_type%string get_resource_type(resource $handle)%Returns the resource type
getallheaders%array getallheaders()%Liefert alle HTTP-Request-Header
getcwd%string getcwd()%Ermittelt das aktuelle Arbeitsverzeichnis
getdate%array getdate([int $timestamp = time()])%Gibt Datums- und Zeitinformationen zurück
getenv%string getenv(string $varname)%Liefert den Wert einer Umgebungsvariable
gethostbyaddr%string gethostbyaddr(string $ip_address)%Ermittelt den zur angegebenen IP-Adresse passenden Internet-Hostnamen
gethostbyname%string gethostbyname(string $hostname)%Ermittelt die zum angegebenen Internet-Hostnamen passende IPv4-Adresse
gethostbynamel%array gethostbynamel(string $hostname)%Ermittelt eine Liste von IPv4-Adressen passend zum angegebenen Internet-Hostnamen
gethostname%string gethostname()%Gets the host name
getimagesize%array getimagesize(string $filename, [array $imageinfo])%Ermittelt die Größe einer Grafik
getlastmod%int getlastmod()%Uhrzeit der letzten Änderung eines Scripts
getmxrr%bool getmxrr(string $hostname, array $mxhosts, [array $weight])%Ermittelt die zu einem Internet-Hostnamen passenden MX-Records
getmygid%int getmygid()%Get PHP script owner's GID
getmyinode%int getmyinode()%Ermittelt den Inode eines Skripts
getmypid%int getmypid()%Prozess-Id eines Scripts
getmyuid%int getmyuid()%Zeigt die User-ID des Besitzers eines PHP-Scripts
getopt%array getopt(string $options, [array $longopts])%Gets options from the command line argument list
getprotobyname%int getprotobyname(string $name)%Ermittelt die Protokollnummer anhand des Protokollnamens
getprotobynumber%string getprotobynumber(int $number)%Ermittelt den Protokollnamen anhand der Protokollnummer
getrandmax%int getrandmax()%Liefert die maximale Zufallszahl
getrusage%void getrusage()%Zeigt den aktuellen Ressourcenverbrauch an
getservbyname%int getservbyname(string $service, string $protocol)%Ermittelt die Portnummer passend zu einem Internet-Dienst und Protokoll
getservbyport%string getservbyport(int $port, string $protocol)%Ermittelt einen Internet-Dienst passend zu einem Port und Protokoll
gettext%string gettext(string $message)%Sucht einen Text in der aktuellen Domain
gettimeofday%mixed gettimeofday([bool $return_float])%Ermittelt die aktuelle Zeit
gettype%string gettype(mixed $var)%Liefert den Datentyp einer Variablen
glob%array glob(string $pattern, [int $flags])%Findet Dateinamen, die mit einem Muster übereinstimmen
gmdate%string gmdate(string $format, [int $timestamp])%Formatiert eine GMT/UTC Zeit-/Datumsangabe
gmmktime%int gmmktime([int $hour = gmdate("H")], [int $minute = gmdate("i")], [int $second = gmdate("s")], [int $month = gmdate("n")], [int $day = gmdate("j")], [int $year = gmdate("Y")], [int $is_dst = -1])%Gibt einen Unix-Timestamp (Zeitstempel) für ein GMT Datum zurück
gmp_abs%resource gmp_abs(resource $a)%Absolute value
gmp_add%resource gmp_add(resource $a, resource $b)%Add numbers
gmp_and%resource gmp_and(resource $a, resource $b)%Bitwise AND
gmp_clrbit%void gmp_clrbit(resource $a, int $index)%Clear bit
gmp_cmp%int gmp_cmp(resource $a, resource $b)%Compare numbers
gmp_com%resource gmp_com(resource $a)%Calculates one's complement
gmp_div%void gmp_div()%Alias von gmp_div_q
gmp_div_q%resource gmp_div_q(resource $a, resource $b, [int $round = GMP_ROUND_ZERO])%Divide numbers
gmp_div_qr%array gmp_div_qr(resource $n, resource $d, [int $round = GMP_ROUND_ZERO])%Divide numbers and get quotient and remainder
gmp_div_r%resource gmp_div_r(resource $n, resource $d, [int $round = GMP_ROUND_ZERO])%Remainder of the division of numbers
gmp_divexact%resource gmp_divexact(resource $n, resource $d)%Exact division of numbers
gmp_fact%resource gmp_fact(mixed $a)%Factorial
gmp_gcd%resource gmp_gcd(resource $a, resource $b)%Calculate GCD
gmp_gcdext%array gmp_gcdext(resource $a, resource $b)%Calculate GCD and multipliers
gmp_hamdist%int gmp_hamdist(resource $a, resource $b)%Hamming distance
gmp_init%resource gmp_init(mixed $number, [int $base])%Create GMP number
gmp_intval%int gmp_intval(resource $gmpnumber)%Convert GMP number to integer
gmp_invert%resource gmp_invert(resource $a, resource $b)%Inverse by modulo
gmp_jacobi%int gmp_jacobi(resource $a, resource $p)%Jacobi symbol
gmp_legendre%int gmp_legendre(resource $a, resource $p)%Legendre symbol
gmp_mod%resource gmp_mod(resource $n, resource $d)%Modulo operation
gmp_mul%resource gmp_mul(resource $a, resource $b)%Multiply numbers
gmp_neg%resource gmp_neg(resource $a)%Negate number
gmp_nextprime%resource gmp_nextprime(int $a)%Find next prime number
gmp_or%resource gmp_or(resource $a, resource $b)%Bitwise OR
gmp_perfect_square%bool gmp_perfect_square(resource $a)%Perfect square check
gmp_popcount%int gmp_popcount(resource $a)%Population count
gmp_pow%resource gmp_pow(resource $base, int $exp)%Raise number into power
gmp_powm%resource gmp_powm(resource $base, resource $exp, resource $mod)%Raise number into power with modulo
gmp_prob_prime%int gmp_prob_prime(resource $a, [int $reps = 10])%Check if number is "probably prime"
gmp_random%resource gmp_random([int $limiter = 20])%Random number
gmp_scan0%int gmp_scan0(resource $a, int $start)%Scan for 0
gmp_scan1%int gmp_scan1(resource $a, int $start)%Scan for 1
gmp_setbit%void gmp_setbit(resource $a, int $index, [bool $set_clear = true])%Set bit
gmp_sign%int gmp_sign(resource $a)%Sign of number
gmp_sqrt%resource gmp_sqrt(resource $a)%Calculate square root
gmp_sqrtrem%array gmp_sqrtrem(resource $a)%Square root with remainder
gmp_strval%string gmp_strval(resource $gmpnumber, [int $base])%Convert GMP number to string
gmp_sub%resource gmp_sub(resource $a, resource $b)%Subtract numbers
gmp_testbit%bool gmp_testbit(resource $a, int $index)%Tests if a bit is set
gmp_xor%resource gmp_xor(resource $a, resource $b)%Bitwise XOR
gmstrftime%string gmstrftime(string $format, [int $timestamp = time()])%Formatiert eine Datum-/Zeitangabe in GMT/UTC-Format entsprechend den    lokalen Einstellungen
grapheme_extract%string grapheme_extract(string $haystack, int $size, [int $extract_type], [int $start], [int $next])%Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.
grapheme_stripos%int grapheme_stripos(string $haystack, string $needle, [int $offset])%Find position (in grapheme units) of first occurrence of a case-insensitive string
grapheme_stristr%string grapheme_stristr(string $haystack, string $needle, [bool $before_needle = false])%Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.
grapheme_strlen%int grapheme_strlen(string $input)%Get string length in grapheme units
grapheme_strpos%int grapheme_strpos(string $haystack, string $needle, [int $offset])%Find position (in grapheme units) of first occurrence of a string
grapheme_strripos%int grapheme_strripos(string $haystack, string $needle, [int $offset])%Find position (in grapheme units) of last occurrence of a case-insensitive string
grapheme_strrpos%int grapheme_strrpos(string $haystack, string $needle, [int $offset])%Find position (in grapheme units) of last occurrence of a string
grapheme_strstr%string grapheme_strstr(string $haystack, string $needle, [bool $before_needle = false])%Returns part of haystack string from the first occurrence of needle to the end of haystack.
grapheme_substr%int grapheme_substr(string $string, int $start, [int $length])%Return part of a string
gregoriantojd%int gregoriantojd(int $month, int $day, int $year)%Konvertierung vom Gregorianischen Kalender zum Julianischen Datum
gzclose%bool gzclose(resource $zp)%Schließt eine geöffnete gz-Datei
gzcompress%string gzcompress(string $data, [int $level = -1])%Komprimiert einen String
gzdecode%string gzdecode(string $data, [int $length])%Decodes a gzip compressed string
gzdeflate%string gzdeflate(string $data, [int $level])%Deflate a string
gzencode%string gzencode(string $data, [int $level = -1], [int $encoding_mode = FORCE_GZIP])%Create a gzip compressed string
gzeof%int gzeof(resource $zp)%Test for end-of-file on a gz-file pointer
gzfile%array gzfile(string $filename, [int $use_include_path])%Read entire gz-file into an array
gzgetc%string gzgetc(resource $zp)%Get character from gz-file pointer
gzgets%string gzgets(resource $zp, int $length)%Get line from file pointer
gzgetss%string gzgetss(resource $zp, int $length, [string $allowable_tags])%Get line from gz-file pointer and strip HTML tags
gzinflate%string gzinflate(string $data, [int $length])%Inflate a deflated string
gzopen%resource gzopen(string $filename, string $mode, [int $use_include_path])%Öffnet gz-Dateien
gzpassthru%int gzpassthru(resource $zp)%Output all remaining data on a gz-file pointer
gzputs%void gzputs()%Alias von gzwrite
gzread%string gzread(resource $zp, int $length)%Liest aus einer gz-Datei
gzrewind%bool gzrewind(resource $zp)%Setzt die Dateiposition auf den Anfang zurück
gzseek%int gzseek(resource $zp, int $offset, [int $whence = SEEK_SET])%Positioniert innerhalb einer gz-Datei
gztell%int gztell(resource $zp)%Ermittelt die aktuelle Position in einer gz-Datei
gzuncompress%string gzuncompress(string $data, [int $length])%Dekomprimiert einen komprimierten String
gzwrite%int gzwrite(resource $zp, string $string, [int $length])%Ausgabe in gz-komprimierte Dateien
hash%string hash(string $algo, string $data, [bool $raw_output = false])%Berechnet den Hash einer Nachricht
hash_algos%array hash_algos()%Gibt einer Liste der verfügbaren Hashing-Algorithmen zurück
hash_copy%resource hash_copy(resource $context)%Dupliziert einen Hash-Kontext
hash_file%string hash_file(string $algo, string $filename, [bool $raw_output = false])%Berechnet den Hash des Inhalts einer Datei
hash_final%string hash_final(resource $context, [bool $raw_output = false])%Schließt einen schrittweisen Hashing-Vorgang ab und gibt sein Ergebnis zurück.
hash_hmac%string hash_hmac(string $algo, string $data, string $key, [bool $raw_output = false])%Berechnet einen Hash mit Schlüssel unter Verwendung von HMAC
hash_hmac_file%string hash_hmac_file(string $algo, string $filename, string $key, [bool $raw_output = false])%Berechnet einen Hash einer Datei mit Schlüssel unter Verwendung von HMAC
hash_init%resource hash_init(string $algo, [int $options], [string $key])%Initialisiert einen schrittweisen Hashing-Kontext
hash_update%bool hash_update(resource $context, string $data)%Fügt Daten an einen aktiven Hash-Kontext an
hash_update_file%bool hash_update_file(resource $context, string $filename, [resource $context])%Fügt Daten aus einer Datei an einen aktiven Hash-Kontext an
hash_update_stream%int hash_update_stream(resource $context, resource $handle, [int $length = -1])%Fügt Daten aus einem Stream an einen aktiven Hash-Kontext an
header%void header(string $string, [bool $replace = true], [int $http_response_code])%Sendet einen HTTP-Header in Rohform
header_remove%void header_remove([string $name])%Remove previously set headers
headers_list%array headers_list()%Gibt eine Liste der gesendeten (oder zum Senden vorbereiteten)      Response Header zurück
headers_sent%bool headers_sent([string $file], [int $line])%Prüft, ob oder wo die Header bereits gesendet wurden
hebrev%string hebrev(string $hebrew_text, [int $max_chars_per_line])%Konvertiert logischen hebräischen Text in sichtbaren Text
hebrevc%string hebrevc(string $hebrew_text, [int $max_chars_per_line])%Konvertiert (natürlichen) hebräischen Text in sichtbaren Text      inkl. Anpassung von Zeilenumbrüchen
hexdec%number hexdec(string $hex_string)%Hexadezimal zu Dezimal Umwandlung
highlight_file%mixed highlight_file(string $filename, [bool $return = false])%Syntax-Hervorhebung für eine Datei
highlight_string%mixed highlight_string(string $str, [bool $return = false])%Hervorhebung der Syntax eines Strings
html_entity_decode%string html_entity_decode(string $string, [int $quote_style = ENT_COMPAT], [string $charset])%Konvertiert alle benannten HTML-Zeichen in ihre entsprechenden      Ursprungszeichen
htmlentities%string htmlentities(string $string, [int $quote_style = ENT_COMPAT], [string $charset], [bool $double_encode = true])%Wandelt alle geeigneten Zeichen in entsprechende HTML-Codes um
htmlspecialchars%string htmlspecialchars(string $string, [int $quote_style = ENT_COMPAT], [string $charset], [bool $double_encode = true])%Wandelt Sonderzeichen in HTML-Codes um
htmlspecialchars_decode%string htmlspecialchars_decode(string $string, [int $quote_style = ENT_COMPAT])%Konvertiert besondere HTML-Auszeichnungen zurück in Buchstaben
http_build_cookie%string http_build_cookie(array $cookie)%Build cookie string
http_build_query%string http_build_query(array $formdata, [string $numeric_prefix], [string $arg_separator])%Erstellen eines URL-kodierten Query-Strings
http_build_str%string http_build_str(array $query, [string $prefix], [string $arg_separator])%Build query string
http_build_url%string http_build_url([mixed $url], [mixed $parts], [int $flags = HTTP_URL_REPLACE], [array $new_url])%Build a URL
http_cache_etag%bool http_cache_etag([string $etag])%Caching by ETag
http_cache_last_modified%bool http_cache_last_modified([int $timestamp_or_expires])%Caching by last modification
http_chunked_decode%string http_chunked_decode(string $encoded)%Decode chunked-encoded data
http_date%string http_date([int $timestamp])%Compose HTTP RFC compliant date
http_deflate%string http_deflate(string $data, [int $flags])%Deflate data
http_get%string http_get(string $url, [array $options], [array $info])%Perform GET request
http_get_request_body%string http_get_request_body()%Get request body as string
http_get_request_body_stream%resource http_get_request_body_stream()%Get request body as stream
http_get_request_headers%array http_get_request_headers()%Get request headers as array
http_head%string http_head([string $url], [array $options], [array $info])%Perform HEAD request
http_inflate%string http_inflate(string $data)%Inflate data
http_match_etag%bool http_match_etag(string $etag, [bool $for_range = false])%Match ETag
http_match_modified%bool http_match_modified([int $timestamp], [bool $for_range = false])%Match last modification
http_match_request_header%bool http_match_request_header(string $header, string $value, [bool $match_case = false])%Match any header
http_negotiate_charset%string http_negotiate_charset(array $supported, [array $result])%Negotiate clients preferred character set
http_negotiate_content_type%string http_negotiate_content_type(array $supported, [array $result])%Negotiate clients preferred content type
http_negotiate_language%string http_negotiate_language(array $supported, [array $result])%Negotiate clients preferred language
http_parse_cookie%object http_parse_cookie(string $cookie, [int $flags], [array $allowed_extras])%Parse HTTP cookie
http_parse_headers%array http_parse_headers(string $header)%Parse HTTP headers
http_parse_message%object http_parse_message(string $message)%Parse HTTP messages
http_parse_params%object http_parse_params(string $param, [int $flags = HTTP_PARAMS_DEFAULT])%Parse parameter list
http_persistent_handles_clean%string http_persistent_handles_clean([string $ident])%Clean up persistent handles
http_persistent_handles_count%object http_persistent_handles_count()%Stat persistent handles
http_persistent_handles_ident%string http_persistent_handles_ident(string $ident)%Get/set ident of persistent handles
http_post_data%string http_post_data(string $url, [string $data], [array $options], [array $info])%Perform POST request with pre-encoded data
http_post_fields%string http_post_fields(string $url, [array $data], [array $files], [array $options], [array $info])%Perform POST request with data to be encoded
http_put_data%string http_put_data(string $url, [string $data], [array $options], [array $info])%Perform PUT request with data
http_put_file%string http_put_file(string $url, [string $file], [array $options], [array $info])%Perform PUT request with file
http_put_stream%string http_put_stream(string $url, [resource $stream], [array $options], [array $info])%Perform PUT request with stream
http_redirect%void http_redirect([string $url], [array $params], [bool $session = false], [int $status])%Issue HTTP redirect
http_request%string http_request(int $method, [string $url], [string $body], [array $options], [array $info])%Perform custom request
http_request_body_encode%string http_request_body_encode(array $fields, array $files)%Encode request body
http_request_method_exists%int http_request_method_exists(mixed $method)%Check whether request method exists
http_request_method_name%string http_request_method_name(int $method)%Get request method name
http_request_method_register%int http_request_method_register(string $method)%Register request method
http_request_method_unregister%bool http_request_method_unregister(mixed $method)%Unregister request method
http_send_content_disposition%bool http_send_content_disposition(string $filename, [bool $inline = false])%Send Content-Disposition
http_send_content_type%bool http_send_content_type([string $content_type = "application/x-octetstream"])%Send Content-Type
http_send_data%bool http_send_data(string $data)%Send arbitrary data
http_send_file%bool http_send_file(string $file)%Send file
http_send_last_modified%bool http_send_last_modified([int $timestamp])%Send Last-Modified
http_send_status%bool http_send_status(int $status)%Send HTTP response status
http_send_stream%bool http_send_stream(resource $stream)%Send stream
http_support%int http_support([int $feature])%Check built-in HTTP support
http_throttle%void http_throttle([float $sec], [int $bytes = 40960])%HTTP throttling
hypot%float hypot(float $x, float $y)%Länge der Hypotenuse eines rechtwinkligen Dreiecks
ibase_add_user%bool ibase_add_user(resource $service_handle, string $user_name, string $password, [string $first_name], [string $middle_name], [string $last_name])%Add a user to a security database (only for IB6 or later)
ibase_affected_rows%int ibase_affected_rows([resource $link_identifier])%Return the number of rows that were affected by the previous query
ibase_backup%mixed ibase_backup(resource $service_handle, string $source_db, string $dest_file, [int $options], [bool $verbose = false])%Initiates a backup task in the service manager and returns immediately
ibase_blob_add%void ibase_blob_add(resource $blob_handle, string $data)%Add data into a newly created blob
ibase_blob_cancel%bool ibase_blob_cancel(resource $blob_handle)%Cancel creating blob
ibase_blob_close%mixed ibase_blob_close(resource $blob_handle)%Close blob
ibase_blob_create%resource ibase_blob_create([resource $link_identifier])%Create a new blob for adding data
ibase_blob_echo%bool ibase_blob_echo(string $blob_id, resource $link_identifier, string $blob_id)%Output blob contents to browser
ibase_blob_get%string ibase_blob_get(resource $blob_handle, int $len)%Get len bytes data from open blob
ibase_blob_import%string ibase_blob_import(resource $link_identifier, resource $file_handle, resource $file_handle)%Create blob, copy file in it, and close it
ibase_blob_info%array ibase_blob_info(resource $link_identifier, string $blob_id, string $blob_id)%Return blob length and other useful info
ibase_blob_open%resource ibase_blob_open(resource $link_identifier, string $blob_id, string $blob_id)%Open blob for retrieving data parts
ibase_close%void ibase_close()%Schließt die Verbindung zu einer InterBase-Datenbank
ibase_commit%bool ibase_commit([resource $link_or_trans_identifier])%Commit a transaction
ibase_commit_ret%bool ibase_commit_ret([resource $link_or_trans_identifier])%Commit a transaction without closing it
ibase_connect%void ibase_connect()%Öffnet eine Verbindung zu einer InterBase-Datenbank
ibase_db_info%string ibase_db_info(resource $service_handle, string $db, int $action, [int $argument])%Request statistics about a database
ibase_delete_user%bool ibase_delete_user(resource $service_handle, string $user_name)%Delete a user from a security database (only for IB6 or later)
ibase_drop_db%bool ibase_drop_db([resource $connection])%Drops a database
ibase_errcode%int ibase_errcode()%Return an error code
ibase_errmsg%string ibase_errmsg()%Return error messages
ibase_execute%void ibase_execute()%Ausführen einer vorbereiteten Abfrage
ibase_fetch_assoc%array ibase_fetch_assoc(resource $result, [int $fetch_flag])%Fetch a result row from a query as an associative array
ibase_fetch_object%void ibase_fetch_object()%Liest einen Datensatz einer InterBase-Datenbank als Objekt ein
ibase_fetch_row%void ibase_fetch_row()%Liest einen Datensatz aus einer InterBase-Datenbank
ibase_field_info%array ibase_field_info(resource $result, int $field_number)%Get information about a field
ibase_free_event_handler%bool ibase_free_event_handler(resource $event)%Cancels a registered event handler
ibase_free_query%void ibase_free_query()%Gibt den Speicher einer vorbereiteten Abfrage wieder frei
ibase_free_result%void ibase_free_result()%Gibt den Speicher eines Abfrage-Ergebnisses frei
ibase_gen_id%mixed ibase_gen_id(string $generator, [int $increment = 1], [resource $link_identifier])%Increments the named generator and returns its new value
ibase_maintain_db%bool ibase_maintain_db(resource $service_handle, string $db, int $action, [int $argument])%Execute a maintenance command on the database server
ibase_modify_user%bool ibase_modify_user(resource $service_handle, string $user_name, string $password, [string $first_name], [string $middle_name], [string $last_name])%Modify a user to a security database (only for IB6 or later)
ibase_name_result%bool ibase_name_result(resource $result, string $name)%Assigns a name to a result set
ibase_num_fields%void ibase_num_fields()%Ermittelt die Anzahl der Felder einer Ergebnis-Liste
ibase_num_params%int ibase_num_params(resource $query)%Return the number of parameters in a prepared query
ibase_param_info%array ibase_param_info(resource $query, int $param_number)%Return information about a parameter in a prepared query
ibase_pconnect%void ibase_pconnect()%Erzeugt eine permanente Verbindung zu einer InterBase-Datenbank
ibase_prepare%void ibase_prepare()%Vorbereitung einer Abfrage für den folgenden Gebrauch von      Parameter-Platzhaltern und für die eigentliche Ausführung.
ibase_query%void ibase_query()%Führt eine Abfrage (Query) auf eine InterBase-DB aus
ibase_restore%mixed ibase_restore(resource $service_handle, string $source_file, string $dest_db, [int $options], [bool $verbose = false])%Initiates a restore task in the service manager and returns immediately
ibase_rollback%bool ibase_rollback([resource $link_or_trans_identifier])%Roll back a transaction
ibase_rollback_ret%bool ibase_rollback_ret([resource $link_or_trans_identifier])%Roll back a transaction without closing it
ibase_server_info%string ibase_server_info(resource $service_handle, int $action)%Request information about a database server
ibase_service_attach%resource ibase_service_attach(string $host, string $dba_username, string $dba_password)%Connect to the service manager
ibase_service_detach%bool ibase_service_detach(resource $service_handle)%Disconnect from the service manager
ibase_set_event_handler%resource ibase_set_event_handler(callback $event_handler, string $event_name1, [string $event_name2], [string ...], resource $connection, callback $event_handler, string $event_name1, [string $event_name2], [string ...])%Register a callback function to be called when events are posted
ibase_timefmt%void ibase_timefmt()%Bestimmt das Format von Zeitstempel-, Datums- und Zeit-Feldern,      die von einer Abfrage zurück gegeben werden
ibase_trans%resource ibase_trans([int $trans_args], [resource $link_identifier], [resource $link_identifier], [int $trans_args])%Begin a transaction
ibase_wait_event%string ibase_wait_event(string $event_name1, [string $event_name2], [string ...], resource $connection, string $event_name1, [string $event_name2], [string ...])%Wait for an event to be posted by the database
iconv%string iconv(string $in_charset, string $out_charset, string $str)%Konvertiert Zeichenketten in einen anderen Zeichensatz
iconv_get_encoding%void iconv_get_encoding()%Aktuelle Einstellung für Zeichensatz-Konvertierung auslesen
iconv_mime_decode%string iconv_mime_decode(string $encoded_header, [int $mode], [string $charset = ini_get("iconv.internal_encoding")])%Decodes a MIME header field
iconv_mime_decode_headers%array iconv_mime_decode_headers(string $encoded_headers, [int $mode], [string $charset = ini_get("iconv.internal_encoding")])%Decodes multiple MIME header fields at once
iconv_mime_encode%string iconv_mime_encode(string $field_name, string $field_value, [array $preferences])%Composes a MIME header field
iconv_set_encoding%bool iconv_set_encoding(string $type, string $charset)%Einstellungen für die Zeichensatzkonvertierung setzen
iconv_strlen%int iconv_strlen(string $str, [string $charset = ini_get("iconv.internal_encoding")])%Returns the character count of string
iconv_strpos%int iconv_strpos(string $haystack, string $needle, [int $offset], [string $charset = ini_get("iconv.internal_encoding")])%Finds position of first occurrence of a needle within a haystack
iconv_strrpos%int iconv_strrpos(string $haystack, string $needle, [string $charset = ini_get("iconv.internal_encoding")])%Finds the last occurrence of a needle within a haystack
iconv_substr%string iconv_substr(string $str, int $offset, [int $length = strlen($str)], [string $charset = ini_get("iconv.internal_encoding")])%Cut out part of a string
idate%int idate(string $format, [int $timestamp = time()])%Format a local time/date as integer
idn_to_ascii%string idn_to_ascii(string $domain, [int $options])%Convert domain name to IDNA ASCII form.
idn_to_unicode%void idn_to_unicode()%Alias von idn_to_utf8
idn_to_utf8%string idn_to_utf8(string $domain, [int $options])%Convert domain name from IDNA ASCII to Unicode.
ignore_user_abort%int ignore_user_abort([string $value])%Stellt ein, ob der Verbindungsabbruch eines Clients die Skript-Ausführung abbrechen soll
iis_add_server%int iis_add_server(string $path, string $comment, string $server_ip, int $port, string $host_name, int $rights, int $start_server)%Creates a new virtual web server
iis_get_dir_security%int iis_get_dir_security(int $server_instance, string $virtual_path)%Gets Directory Security
iis_get_script_map%string iis_get_script_map(int $server_instance, string $virtual_path, string $script_extension)%Gets script mapping on a virtual directory for a specific extension
iis_get_server_by_comment%int iis_get_server_by_comment(string $comment)%Return the instance number associated with the Comment
iis_get_server_by_path%int iis_get_server_by_path(string $path)%Return the instance number associated with the Path
iis_get_server_rights%int iis_get_server_rights(int $server_instance, string $virtual_path)%Gets server rights
iis_get_service_state%int iis_get_service_state(string $service_id)%Returns the state for the service defined by ServiceId
iis_remove_server%int iis_remove_server(int $server_instance)%Removes the virtual web server indicated by ServerInstance
iis_set_app_settings%int iis_set_app_settings(int $server_instance, string $virtual_path, string $application_scope)%Creates application scope for a virtual directory
iis_set_dir_security%int iis_set_dir_security(int $server_instance, string $virtual_path, int $directory_flags)%Sets Directory Security
iis_set_script_map%int iis_set_script_map(int $server_instance, string $virtual_path, string $script_extension, string $engine_path, int $allow_scripting)%Sets script mapping on a virtual directory
iis_set_server_rights%int iis_set_server_rights(int $server_instance, string $virtual_path, int $directory_flags)%Sets server rights
iis_start_server%int iis_start_server(int $server_instance)%Starts the virtual web server
iis_start_service%int iis_start_service(string $service_id)%Starts the service defined by ServiceId
iis_stop_server%int iis_stop_server(int $server_instance)%Stops the virtual web server
iis_stop_service%int iis_stop_service(string $service_id)%Stops the service defined by ServiceId
image2wbmp%bool image2wbmp(resource $image, [string $filename], [int $threshold])%Output image to browser or file
image_type_to_extension%string image_type_to_extension(int $imagetype, [bool $include_dot])%Get file extension for image type
image_type_to_mime_type%string image_type_to_mime_type(int $imagetype)%Get Mime-Type for image-type returned by getimagesize,    exif_read_data, exif_thumbnail, exif_imagetype
imagealphablending%bool imagealphablending(resource $image, bool $blendmode)%Set the blending mode for an image
imageantialias%bool imageantialias(resource $image, bool $enabled)%Should antialias functions be used or not
imagearc%bool imagearc(resource $image, int $cx, int $cy, int $width, int $height, int $start, int $end, int $color)%Draws an arc
imagechar%bool imagechar(resource $image, int $font, int $x, int $y, string $c, int $color)%Stellt ein Zeichen horizontal dar
imagecharup%void imagecharup()%Zeichnet einen vertikal ausgerichteten Charakter
imagecolorallocate%void imagecolorallocate()%Bestimmt die Farbe einer Grafik
imagecolorallocatealpha%int imagecolorallocatealpha(resource $image, int $red, int $green, int $blue, int $alpha)%Allocate a color for an image
imagecolorat%void imagecolorat()%Ermittelt den Farbwert eines Bildpunktes
imagecolorclosest%void imagecolorclosest()%Ermittelt den Farbwert-Index, der den angegebenen Farben      am nächsten liegt
imagecolorclosestalpha%int imagecolorclosestalpha(resource $image, int $red, int $green, int $blue, int $alpha)%Get the index of the closest color to the specified color + alpha
imagecolorclosesthwb%int imagecolorclosesthwb(resource $image, int $red, int $green, int $blue)%Get the index of the color which has the hue, white and blackness
imagecolordeallocate%void imagecolordeallocate()%Löscht eine Farbdefinition
imagecolorexact%void imagecolorexact()%Ermittelt den Index-Wert der angegebenen Farbe
imagecolorexactalpha%int imagecolorexactalpha(resource $image, int $red, int $green, int $blue, int $alpha)%Get the index of the specified color + alpha
imagecolormatch%bool imagecolormatch(resource $image1, resource $image2)%Makes the colors of the palette version of an image more closely match the true color version
imagecolorresolve%void imagecolorresolve()%Ermittelt den Index-Wert der angegebenen Farbe oder die      nächst mögliche Alternative dazu
imagecolorresolvealpha%int imagecolorresolvealpha(resource $image, int $red, int $green, int $blue, int $alpha)%Get the index of the specified color + alpha or its closest possible alternative
imagecolorset%void imagecolorset()%Setzt die Farbe für den angegebenen Paletten-Index
imagecolorsforindex%void imagecolorsforindex()%Ermittelt die Farbwerte einer angegebenen Farb-Palette
imagecolorstotal%void imagecolorstotal()%Ermittelt die Anzahl der definierten Farben eines Bildes
imagecolortransparent%void imagecolortransparent()%Definiert eine Farbe als transparent
imageconvolution%bool imageconvolution(resource $image, array $matrix, float $div, float $offset)%Apply a 3x3 convolution matrix, using coefficient and offset
imagecopy%void imagecopy()%Kopiert einen Bildausschnitt
imagecopymerge%bool imagecopymerge(resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h, int $pct)%Copy and merge part of an image
imagecopymergegray%bool imagecopymergegray(resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h, int $pct)%Copy and merge part of an image with gray scale
imagecopyresampled%bool imagecopyresampled(resource $dst_image, resource $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_w, int $dst_h, int $src_w, int $src_h)%Copy and resize part of an image with resampling
imagecopyresized%void imagecopyresized()%Kopieren und Ändern der Größe eines Bild-Teiles
imagecreate%void imagecreate()%Erzeugt ein neues Bild
imagecreatefromgd%resource imagecreatefromgd(string $filename)%Create a new image from GD file or URL
imagecreatefromgd2%resource imagecreatefromgd2(string $filename)%Create a new image from GD2 file or URL
imagecreatefromgd2part%resource imagecreatefromgd2part(string $filename, int $srcX, int $srcY, int $width, int $height)%Create a new image from a given part of GD2 file or URL
imagecreatefromgif%void imagecreatefromgif()%Erzeugt ein neues Bild im GIF-Format, welches aus einer Datei      oder von einer URL gelesen wird
imagecreatefromjpeg%void imagecreatefromjpeg()%Erzeugt ein neues Bild im JPEG-Format, welches aus einer Datei      oder von einer URL gelesen wird
imagecreatefrompng%void imagecreatefrompng()%Erzeugt ein neues Bild im PNG-Format, welches aus einer Datei      oder von einer URL gelesen wird
imagecreatefromstring%resource imagecreatefromstring(string $data)%Create a new image from the image stream in the string
imagecreatefromwbmp%resource imagecreatefromwbmp(string $filename)%Create a new image from file or URL
imagecreatefromxbm%resource imagecreatefromxbm(string $filename)%Create a new image from file or URL
imagecreatefromxpm%resource imagecreatefromxpm(string $filename)%Create a new image from file or URL
imagecreatetruecolor%resource imagecreatetruecolor(int $width, int $height)%Create a new true color image
imagedashedline%void imagedashedline()%Zeichnen einer gestrichelten Linie
imagedestroy%void imagedestroy()%Löscht ein Bild
imageellipse%bool imageellipse(resource $image, int $cx, int $cy, int $width, int $height, int $color)%Draw an ellipse
imagefill%void imagefill()%Füllen mit Farbe ("flood fill")
imagefilledarc%bool imagefilledarc(resource $image, int $cx, int $cy, int $width, int $height, int $start, int $end, int $color, int $style)%Draw a partial arc and fill it
imagefilledellipse%bool imagefilledellipse(resource $image, int $cx, int $cy, int $width, int $height, int $color)%Draw a filled ellipse
imagefilledpolygon%void imagefilledpolygon()%Zeichnet ein gefülltes Vieleck (Polygon)
imagefilledrectangle%void imagefilledrectangle()%Zeichnet ein gefülltes Rechteck
imagefilltoborder%void imagefilltoborder()%Flächen-Farbfüllung ("flood fill") mit einer angegebenen Farbe
imagefilter%bool imagefilter(resource $image, int $filtertype, [int $arg1], [int $arg2], [int $arg3], [int $arg4])%Applies a filter to an image
imagefontheight%void imagefontheight()%Ermittelt die Font-Höhe
imagefontwidth%void imagefontwidth()%Ermittelt die Font-Breite
imageftbbox%array imageftbbox(float $size, float $angle, string $fontfile, string $text, [array $extrainfo])%Give the bounding box of a text using fonts via freetype2
imagefttext%array imagefttext(resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text, [array $extrainfo])%Write text to the image using fonts using FreeType 2
imagegammacorrect%void imagegammacorrect()%Anwendung einer Gamma-Korrektur auf ein GD-Bild
imagegd%bool imagegd(resource $image, [string $filename])%Output GD image to browser or file
imagegd2%bool imagegd2(resource $image, [string $filename], [int $chunk_size], [int $type])%Output GD2 image to browser or file
imagegif%bool imagegif(resource $image, [string $filename])%Ausgabe des Bildes im Browser oder als Datei
imagegrabscreen%resource imagegrabscreen()%Captures the whole screen
imagegrabwindow%resource imagegrabwindow(int $window_handle, [int $client_area])%Captures a window
imageinterlace%void imageinterlace()%Schaltet die Interlaced-Darstellung eines Bildes an oder aus
imageistruecolor%bool imageistruecolor(resource $image)%Finds whether an image is a truecolor image
imagejpeg%bool imagejpeg(resource $image, [string $filename], [int $quality])%Ausgabe des Bildes im Browser oder als Datei
imagelayereffect%bool imagelayereffect(resource $image, int $effect)%Set the alpha blending flag to use the bundled libgd layering effects
imageline%void imageline()%Zeichnen einer Linie
imageloadfont%void imageloadfont()%Lädt einen neuen Font
imagepalettecopy%void imagepalettecopy(resource $destination, resource $source)%Copy the palette from one image to another
imagepng%bool imagepng(resource $image, [string $filename], [int $quality], [int $filters])%Ausgabe eines Bildes im Browser oder als Datei im PNG-Format
imagepolygon%void imagepolygon()%Zeichnen eines Vielecks (Polygon)
imagepsbbox%void imagepsbbox()%Ermittelt die Ausmaße des Rechtecks, das für die Ausgabe eines      Textes unter Verwendung eines PostScript-Fonts (Typ 1) notwendig      ist.
imagepsencodefont%void imagepsencodefont()%Ändert die Vektor-Beschreibung eines Fonts
imagepsextendfont%void imagepsextendfont()%Vergrößert oder komprimiert einen Font
imagepsfreefont%void imagepsfreefont()%Gibt den durch einen Typ 1 PostScript-Font belegten Speicher      wieder frei
imagepsloadfont%void imagepsloadfont()%Lädt einen Typ 1 PostScript-Font aus einer Datei
imagepsslantfont%void imagepsslantfont()%Setzt einen Font schräg
imagepstext%void imagepstext()%Ausgabe eines Textes auf einem Bild unter Verwendung von      Typ 1 PostScript-Fonts
imagerectangle%void imagerectangle()%Zeichnet ein Rechteck
imagerotate%resource imagerotate(resource $image, float $angle, int $bgd_color, [int $ignore_transparent])%Rotate an image with a given angle
imagesavealpha%bool imagesavealpha(resource $image, bool $saveflag)%Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images
imagesetbrush%bool imagesetbrush(resource $image, resource $brush)%Set the brush image for line drawing
imagesetpixel%void imagesetpixel()%Setzt ein einzelnes Pixel
imagesetstyle%bool imagesetstyle(resource $image, array $style)%Set the style for line drawing
imagesetthickness%bool imagesetthickness(resource $image, int $thickness)%Set the thickness for line drawing
imagesettile%bool imagesettile(resource $image, resource $tile)%Set the tile image for filling
imagestring%void imagestring()%Zeichnet einen horizontalen String
imagestringup%void imagestringup()%Zeichnet einen vertikalen String
imagesx%void imagesx()%Ermittelt die Bild-Breite
imagesy%void imagesy()%Ermittelt die Bild-Höhe
imagetruecolortopalette%bool imagetruecolortopalette(resource $image, bool $dither, int $ncolors)%Convert a true color image to a palette image
imagettfbbox%void imagettfbbox()%Ermittelt die Rahmenmaße für die Ausgabe eines Textes      im True-Type-Format
imagettftext%void imagettftext()%Erzeugt TTF-Text im Bild
imagetypes%void imagetypes()%Gibt die von der aktuell verwendeten PHP-Version unterstützten      Grafik-Formate zurück
imagewbmp%bool imagewbmp(resource $image, [string $filename], [int $foreground])%Output image to browser or file
imagexbm%bool imagexbm(resource $image, string $filename, [int $foreground])%Output XBM image to browser or file
imap_8bit%string imap_8bit(string $string)%Konvertiert einen 8bit String in einen quoted-printable String
imap_alerts%array imap_alerts()%Liefert alle aufgetretenen IMAP Alarmnachrichten
imap_append%bool imap_append(resource $imap_stream, string $mailbox, string $message, [string $options = NULL])%String als Nachricht in einem Postfach ablegen
imap_base64%string imap_base64(string $text)%Dekodiert Base-64 kodierten Text
imap_binary%string imap_binary(string $string)%Konvertiert einen 8 Bit String in einen Base64 codierten String
imap_body%string imap_body(resource $imap_stream, int $msg_number, [int $options])%Liefert den Körper einer Nachricht
imap_bodystruct%object imap_bodystruct(resource $imap_stream, int $msg_number, string $section)%Liefert die Struktur eines bestimmten Nachrichtenteils
imap_check%object imap_check(resource $imap_stream)%Informationen zum aktuellen Postfach
imap_clearflag_full%bool imap_clearflag_full(resource $imap_stream, string $sequence, string $flag, [int $options])%Löscht Flags einer Nachricht
imap_close%bool imap_close(resource $imap_stream, [int $flag])%Schließt einen IMAP Stream
imap_createmailbox%bool imap_createmailbox(resource $imap_stream, string $mailbox)%Anlegen eines neuen Postfachs
imap_delete%bool imap_delete(resource $imap_stream, int $msg_number, [int $options])%Nachrichten im aktuellen Postfach zur Löschung markieren
imap_deletemailbox%bool imap_deletemailbox(resource $imap_stream, string $mailbox)%Löscht ein Postfach
imap_errors%array imap_errors()%Diese Funktion liefert alle bisher aufgetretenen Fehlermeldungen
imap_expunge%bool imap_expunge(resource $imap_stream)%Löscht alle zum Löschen markierte Nachrichten
imap_fetch_overview%array imap_fetch_overview(resource $imap_stream, string $sequence, [int $options])%Liefert einen Auszug aus den Kopfdaten von Nachrichten
imap_fetchbody%string imap_fetchbody(resource $imap_stream, int $msg_number, string $section, [int $options])%Liefert einen bestimmten Abschnitt aus dem Körper einer Nachricht
imap_fetchheader%string imap_fetchheader(resource $imap_stream, int $msg_number, [int $options])%Liefert den Kopf einer Nachricht
imap_fetchstructure%object imap_fetchstructure(resource $imap_stream, int $msg_number, [int $options])%Ermittelt die Struktur einer Nachricht
imap_gc%string imap_gc(resource $imap_stream, int $caches)%Clears IMAP cache
imap_get_quota%array imap_get_quota(resource $imap_stream, string $quota_root)%Liefert Quota-Beschränkungen und Nutzungsstatistik der Postfächer
imap_get_quotaroot%array imap_get_quotaroot(resource $imap_stream, string $quota_root)%Liefert die Quota-Beschränkungen für ein Benutzerpostfach
imap_getacl%array imap_getacl(resource $imap_stream, string $mailbox)%Liste der Zugriffsrechte fÃ¼r ein Postfach bestimmen
imap_getmailboxes%array imap_getmailboxes(resource $imap_stream, string $ref, string $pattern)%Liefert detailierte Informationen zu allen verfügbaren Postfächern
imap_getsubscribed%array imap_getsubscribed(resource $imap_stream, string $ref, string $pattern)%Liste aller abonnierten Postfächer
imap_header%void imap_header()%Alias von imap_headerinfo
imap_headerinfo%object imap_headerinfo(resource $imap_stream, int $msg_number, [int $fromlength], [int $subjectlength], [string $defaulthost = NULL])%Liest die Kopfdaten einer Nachricht
imap_headers%array imap_headers(resource $imap_stream)%Liefert eine Zusammenfassung aller Nachrichtenköpfe eines Postfachs
imap_last_error%string imap_last_error()%Liefert die letzte IMAP-Fehlermeldung für dieses Script
imap_list%array imap_list(resource $imap_stream, string $ref, string $pattern)%Liste der Postfächer lesen
imap_listmailbox%void imap_listmailbox()%Alias von imap_list
imap_listscan%array imap_listscan(resource $imap_stream, string $ref, string $pattern, string $content)%Listet Postfächer nach Suchkriterien
imap_listsubscribed%void imap_listsubscribed()%Alias von imap_lsub
imap_lsub%array imap_lsub(resource $imap_stream, string $ref, string $pattern)%Liste aller abonierten Postfächer
imap_mail%bool imap_mail(string $to, string $subject, string $message, [string $additional_headers = NULL], [string $cc = NULL], [string $bcc = NULL], [string $rpath = NULL])%Sendet eine Email Nachricht
imap_mail_compose%string imap_mail_compose(array $envelope, array $body)%Erzeugt eine MIME-Nachricht aus Kopf- und Nachrichtenelementen
imap_mail_copy%bool imap_mail_copy(resource $imap_stream, string $msglist, string $mailbox, [int $options])%Kopiert Nachrichten in ein Postfach
imap_mail_move%bool imap_mail_move(resource $imap_stream, string $msglist, string $mailbox, [int $options])%Verschiebt Nachrichten in ein anderes Postfach
imap_mailboxmsginfo%object imap_mailboxmsginfo(resource $imap_stream)%Informationen zum aktuellen Postfach
imap_mime_header_decode%array imap_mime_header_decode(string $text)%Dekodiert MIME-codierte Headerzeilen
imap_msgno%int imap_msgno(resource $imap_stream, int $uid)%Liefert die Nachrichtennummer für eine gegebene UID
imap_num_msg%int imap_num_msg(resource $imap_stream)%Anzahl der Nachrichten im aktuellen Postfach
imap_num_recent%int imap_num_recent(resource $imap_stream)%Nummer der kürzlich eingetroffenen Nachrichten
imap_open%resource imap_open(string $mailbox, string $username, string $password, [int $options = NIL], [int $n_retries])%Öffnet eine Verbindung zu einem Mailserver-Postfach
imap_ping%bool imap_ping(resource $imap_stream)%Prüft einen IMAP-Stream auf Funktionalität
imap_qprint%string imap_qprint(string $string)%Konvertiert einen quoted-printable kodierten String in einen 8 Bit String
imap_renamemailbox%bool imap_renamemailbox(resource $imap_stream, string $old_mbox, string $new_mbox)%Ändert den Namen eines Postfachs
imap_reopen%bool imap_reopen(resource $imap_stream, string $mailbox, [int $options], [int $n_retries])%Wechselt das aktuelle Postfach der Verbindung
imap_rfc822_parse_adrlist%array imap_rfc822_parse_adrlist(string $address, string $default_host)%Zerlegt einen Mailadressstring
imap_rfc822_parse_headers%object imap_rfc822_parse_headers(string $headers, [string $defaulthost = "UNKNOWN"])%Email-Kopfzeilen aus einem String auslesen
imap_rfc822_write_address%string imap_rfc822_write_address(string $mailbox, string $host, string $personal)%Bildet aus Realnamen, Postfach und Server eine korekt formatierte Mail-Adresse
imap_savebody%bool imap_savebody(resource $imap_stream, mixed $file, int $msg_number, [string $part_number = ""], [int $options])%Speichert einen bestimmten Body-Abschnitt einer Nachricht als Datei
imap_scanmailbox%void imap_scanmailbox()%Alias von imap_listscan
imap_search%array imap_search(resource $imap_stream, string $criteria, [int $options = SE_FREE], [string $charset = NIL])%Liefert ein Array von Nachrichten die den gegebenen Suchkriterien entsprechen
imap_set_quota%bool imap_set_quota(resource $imap_stream, string $quota_root, int $quota_limit)%Setzt die Mengenbeschrenkung für ein Postfach
imap_setacl%bool imap_setacl(resource $imap_stream, string $mailbox, string $id, string $rights)%Setzen der ACL für ein Postfach
imap_setflag_full%bool imap_setflag_full(resource $imap_stream, string $sequence, string $flag, [int $options = NIL])%Setzt Nachrichtenflags
imap_sort%array imap_sort(resource $imap_stream, int $criteria, int $reverse, [int $options], [string $search_criteria = NULL], [string $charset = NIL])%Sortiert Nachrichten eines Postfachs
imap_status%object imap_status(resource $imap_stream, string $mailbox, int $options)%Liefert Statusinformationen zum angegebenen Postfach
imap_subscribe%bool imap_subscribe(resource $imap_stream, string $mailbox)%Abbonieren eines Postfachs
imap_thread%array imap_thread(resource $imap_stream, [int $options = SE_FREE])%Liefert einen Baum zusammenhängender Nachrichten
imap_timeout%mixed imap_timeout(int $timeout_type, [int $timeout = -1])%Imap Timeout setzen oder lesen
imap_uid%int imap_uid(resource $imap_stream, int $msg_number)%Liefert die UID für die gegebene Nachrichtennummer
imap_undelete%bool imap_undelete(resource $imap_stream, int $msg_number, [int $flags])%Nimmt eine bereits gesetzte Löschmarkierung einer Nachricht zurück
imap_unsubscribe%bool imap_unsubscribe(resource $imap_stream, string $mailbox)%Abonnement eines Postfachs beenden
imap_utf7_decode%string imap_utf7_decode(string $text)%Dekodiert einem String im modifizierten UTF-7-Format
imap_utf7_encode%string imap_utf7_encode(string $data)%Kodiert ISO-8859-1 Text im modifizieren UTF-7-Format
imap_utf8%string imap_utf8(string $mime_encoded_text)%Konvertiert Text zu UTF8
implode%string implode(string $glue, array $pieces, array $pieces)%Verbindet Array-Elemente zu einem String
import_request_variables%bool import_request_variables(string $types, [string $prefix])%Import GET/POST/Cookie variables into the global scope
in_array%bool in_array(mixed $needle, array $haystack, [bool $strict])%Prüft, ob ein Wert in einem Array existiert
include%bool include(string $path)%Includes and evaluates the specified file
include_once%bool include_once(string $path)%Includes and evaluates the specified file
inet_ntop%string inet_ntop(string $in_addr)%Konvertiert eine komprimierte Internetadresse in ein    menschenlesbares Format
inet_pton%string inet_pton(string $address)%Konvertiert eine IP-Adresse im menschenlesbaren Format in eine    komprimierte in_addr-Repräsentation
ini_alter%void ini_alter()%Alias von ini_set
ini_get%string ini_get(string $varname)%Gets the value of a configuration option
ini_get_all%array ini_get_all([string $extension], [bool $details = true])%Gets all configuration options
ini_restore%void ini_restore(string $varname)%Restores the value of a configuration option
ini_set%string ini_set(string $varname, string $newvalue)%Sets the value of a configuration option
interface_exists%bool interface_exists(string $interface_name, [bool $autoload = true])%Checks if the interface has been defined
intl_error_name%string intl_error_name(int $error_code)%Get symbolic name for a given error code
intl_get_error_code%int intl_get_error_code()%Get the last error code
intl_get_error_message%string intl_get_error_message()%Get description of the last error
intl_is_failure%bool intl_is_failure(int $error_code)%Check whether the given error code indicates failure
intval%integer intval(mixed $var, [int $base = 10])%Konvertiert einen Wert nach integer
ip2long%int ip2long(string $ip_address)%Verwandelt eine gemäß IPv4-Protokoll angegebene Internet-Adresse      vom Punkt-Format in die ausgeschriebene Adress-Angabe
iptcembed%mixed iptcembed(string $iptcdata, string $jpeg_file_name, [int $spool])%Embeds binary IPTC data into a JPEG image
iptcparse%array iptcparse(string $iptcblock)%Parse a binary IPTC block into single tags.
is_a%bool is_a(object $object, string $class_name)%Checks if the object is of this class or has this class as one of its parents
is_array%bool is_array(mixed $var)%Prüft, ob die Variable ein Array ist
is_bool%bool is_bool(mixed $var)%Prüft, ob eine Variable vom Typ boolean ist
is_callable%bool is_callable(mixed $var, [bool $syntax_only = false], [string $callable_name])%Prüft ob der Inhalt einer Variable als Funktion aufgerufen werden kann
is_dir%bool is_dir(string $filename)%Prüft, ob der angegebene Dateiname ein Verzeichnis ist
is_double%void is_double()%Alias von is_float
is_executable%bool is_executable(string $filename)%Prüft, ob der Dateiname ausführbar ist
is_file%bool is_file(string $filename)%Prüft, ob der Dateiname eine reguläre Datei ist
is_finite%bool is_finite(float $val)%Prüft auf einen gültigen endlichen Wert
is_float%bool is_float(mixed $var)%Prüft, ob eine Variable vom Typ float ist
is_infinite%float is_infinite(float $val)%Prüft ob ein Wert unendlich ist
is_int%bool is_int(mixed $var)%Prüft, ob eine Variable vom Typ int ist
is_integer%void is_integer()%Alias von is_int
is_link%bool is_link(string $filename)%Prüft, ob der Dateiname ein symbolischer Link ist
is_long%void is_long()%Alias von is_int
is_nan%bool is_nan(float $val)%Prüft ob ein Wert keine Zahl ist
is_null%bool is_null(mixed $var)%Prüft ob eine Variable NULL enthält
is_numeric%bool is_numeric(mixed $var)%Prüft, ob eine Variable eine Zahl oder ein numerischer String ist
is_object%bool is_object(mixed $var)%Prüft, ob eine Variable vom Typ object ist
is_readable%bool is_readable(string $filename)%Prüft, ob eine Datei existiert und lesbar ist
is_real%void is_real()%Alias von is_float
is_resource%bool is_resource(mixed $var)%Prüft, ob eine Variable vom Typ resource ist
is_scalar%resource is_scalar(mixed $var)%Prüft ob eine Variable skalar ist
is_soap_fault%bool is_soap_fault(mixed $object)%Prüft, ob ein SOAP-Aufruf fehlgeschlagen ist
is_string%bool is_string(mixed $var)%Prüft, ob Variable vom Typ string ist
is_subclass_of%bool is_subclass_of(mixed $object, string $class_name)%Prüft ob ein Objekt von der angegebenen Klasse abstammt
is_uploaded_file%bool is_uploaded_file(string $filename)%Prüft, ob die Datei mittels HTTP-POST upgeloadet wurde
is_writable%bool is_writable(string $filename)%Prüft, ob in eine Datei geschrieben werden kann
is_writeable%void is_writeable()%Alias von is_writable
isset%bool isset(mixed $var, [mixed $var], [ ...])%Prüft, ob eine Variable existiert und ob sie nicht NULL ist
iterator_apply%int iterator_apply(Traversable $iterator, callback $function, [array $args])%Call a function for every element in an iterator
iterator_count%int iterator_count(Traversable $iterator)%Count the elements in an iterator
iterator_to_array%array iterator_to_array(Traversable $iterator, [bool $use_keys = true])%Copy the iterator into an array
jddayofweek%mixed jddayofweek(int $julianday, [int $mode = CAL_DOW_DAYNO])%Bestimmt den Wochentag aus einem Julianischen Datum
jdmonthname%string jdmonthname(int $julianday, int $mode)%Bestimmt den Monat aus dem Julianischen Datum
jdtofrench%string jdtofrench(int $juliandaycount)%Konvertiert ein Julianisches Datum zum Kalender der Französischen    Revolution
jdtogregorian%string jdtogregorian(int $julianday)%Konvertierung vom Julianischen Datum zum Gregorianischen Kalender
jdtojewish%string jdtojewish(int $juliandaycount, [bool $hebrew = false], [int $fl])%Konvertierung vom Julianischen Datum zum Jüdischen Kalender
jdtojulian%string jdtojulian(int $julianday)%Konvertierung vom Julianischen Datum zum Julianischen Kalender
jdtounix%int jdtounix(int $jday)%Konvertiert Julianisches Datum in Unix-Timestamp
jewishtojd%int jewishtojd(int $month, int $day, int $year)%Konvertiert vom Jüdischen Kalender zum Julianischen Datum
join%void join()%Alias von implode
jpeg2wbmp%bool jpeg2wbmp(string $jpegname, string $wbmpname, int $dest_height, int $dest_width, int $threshold)%Convert JPEG image file to WBMP image file
json_decode%mixed json_decode(string $json, [bool $assoc = false], [int $depth = 512])%Dekodiert eine JSON-Zeichenkette
json_encode%string json_encode(mixed $value, [int $options])%Gibt die JSON-Repräsentation eines Wertes zurück
json_last_error%int json_last_error()%Gibt den letzten aufgetretenen Fehler zurück
juliantojd%int juliantojd(int $month, int $day, int $year)%Konvertierung vom Julianischen Kalender zum Julianischen Datum
key%mixed key(array $array)%Liefert einen Schlüssel eines assoziativen Arrays
krsort%bool krsort(array $array, [int $sort_flags = SORT_REGULAR])%Sortiert ein Array nach Schlüsseln in umgekehrter Reihenfolge
ksort%bool ksort(array $array, [int $sort_flags = SORT_REGULAR])%Sortiert ein Array nach Schlüsseln
lcfirst%string lcfirst(string $str)%Wandelt den ersten Buchstaben eines Strings in einen    Kleinbuchstaben um
lcg_value%float lcg_value()%Kongruenzgenerator für Pseudozufallszahlen
lchgrp%bool lchgrp(string $filename, mixed $group)%Changes group ownership of symlink
lchown%bool lchown(string $filename, mixed $user)%Changes user ownership of symlink
ldap_8859_to_t61%void ldap_8859_to_t61()%Übersetzt 8859 Zeichen nach t61 Zeichen
ldap_add%void ldap_add()%Einträge einem LDAP Verzeichnis hinzufügen
ldap_bind%void ldap_bind()%Bindung zu einem LDAP Verzeichnis
ldap_close%void ldap_close()%Verbindung zum LDAP-Server schließen
ldap_compare%void ldap_compare()%Vergleicht gefundenen Wert eines Merkmal in einem Eintrag, der      durch Angabe von dn bestimmt wird.
ldap_connect%void ldap_connect()%Verbindung zu einem LDAP Server
ldap_count_entries%void ldap_count_entries()%Zählt die Anzahl der Einträge bei einer Suche
ldap_delete%void ldap_delete()%Löscht einen Eintrag aus einem Verzeichnis
ldap_dn2ufn%void ldap_dn2ufn()%Konvertiert DN in ein benutzerfreundliches Namensformat
ldap_err2str%void ldap_err2str()%Konvertiert eine LDAP Fehlernummer in einen Fehlertext
ldap_errno%void ldap_errno()%Liefert die LDAP Fehlernummer des letzten LDAP Kommandos
ldap_error%void ldap_error()%Liefert die LDAP Fehlermeldung des letzten LDAP Kommandos
ldap_explode_dn%void ldap_explode_dn()%Aufteilung eines DN in seine Bestandteile
ldap_first_attribute%void ldap_first_attribute()%Liefert das erste Merkmal
ldap_first_entry%void ldap_first_entry()%Liefert die Kennung des ersten Ergebnisses
ldap_first_reference%void ldap_first_reference()%Liefert die erste Referenz
ldap_free_result%void ldap_free_result()%Gibt den belegten Speicher wieder frei
ldap_get_attributes%void ldap_get_attributes()%Liefert Merkmale eines Suchergebnis-Eintrags
ldap_get_dn%void ldap_get_dn()%Liefert den DN eines Ergebnis-Eintrags
ldap_get_entries%void ldap_get_entries()%Liefert alle Ergebnis-Einträge
ldap_get_option%void ldap_get_option()%Liefert den aktuellen Wert für eine gegebene Option
ldap_get_values%void ldap_get_values()%Liefert alle Werte eines Ergebnis-Eintrags
ldap_get_values_len%void ldap_get_values_len()%Liefert alle binären Werte eines Ergebnis-Eintrags
ldap_list%void ldap_list()%Einstufige Suche
ldap_mod_add%void ldap_mod_add()%Hinzufügen von Merkmalswerten zu aktuellen Merkmalen
ldap_mod_del%void ldap_mod_del()%Löschen von Merkmalswerten aktueller Merkmale
ldap_mod_replace%void ldap_mod_replace()%Ersetzen von Merkmalswerten mit neuen Merkmalswerten
ldap_modify%void ldap_modify()%Verändern eines LDAP-Eintrags
ldap_next_attribute%void ldap_next_attribute()%Liefert das nächste Merkmal im Ergebnis
ldap_next_entry%void ldap_next_entry()%Liefert den nächsten Eintrag des Ergebnisses
ldap_next_reference%void ldap_next_reference()%Holt die nächste Referenz
ldap_parse_reference%void ldap_parse_reference()%Gewinnt Informationen aus einem Referenz-Eintrag
ldap_parse_result%void ldap_parse_result()%Gewinnt Informationen aus einem Ergebnis
ldap_read%void ldap_read()%Lesen eines Eintrags
ldap_rename%void ldap_rename()%Verändert den Namen eines Eintrags
ldap_sasl_bind%bool ldap_sasl_bind(resource $link, [string $binddn], [string $password], [string $sasl_mech], [string $sasl_realm], [string $sasl_authc_id], [string $sasl_authz_id], [string $props])%Bind to LDAP directory using SASL
ldap_search%void ldap_search()%Suche im LDAP Baum
ldap_set_option%void ldap_set_option()%Setzt den Wert der gegebenen Option
ldap_set_rebind_proc%void ldap_set_rebind_proc()%Set a callback function to do re-binds on referral chasing.
ldap_sort%void ldap_sort()%Sortiert LDAP Ergebniseinträge
ldap_start_tls%void ldap_start_tls()%Startet TLS
ldap_t61_to_8859%void ldap_t61_to_8859()%Übersetzt t61 Zeichen nach 8859 Zeichen
ldap_unbind%void ldap_unbind()%Unbind von einem LDAP Verzeichnis
levenshtein%int levenshtein(string $str1, string $str2, string $str1, string $str2, int $cost_ins, int $cost_rep, int $cost_del)%Berechnet die Levenshtein-Distanz zwischen zwei Strings
libxml_clear_errors%void libxml_clear_errors()%Clear libxml error buffer
libxml_disable_entity_loader%ReturnType libxml_disable_entity_loader([bool $disable = TRUE])%Disable the ability to load external entities
libxml_get_errors%array libxml_get_errors()%Retrieve array of errors
libxml_get_last_error%LibXMLError libxml_get_last_error()%Retrieve last error from libxml
libxml_set_streams_context%void libxml_set_streams_context(resource $streams_context)%Set the streams context for the next libxml document load or write
libxml_use_internal_errors%bool libxml_use_internal_errors([bool $use_errors = false])%Disable libxml errors and allow user to fetch error information as needed
link%bool link(string $from_path, string $to_path)%Erzeugt einen harten Link
linkinfo%int linkinfo(string $path)%Liefert Informationen über einen Link
list%void list(mixed $varname, mixed ...)%Weist Variablen zu, als wären sie ein Array
locale_accept_from_http%string locale_accept_from_http(string $header, string $header)%Tries to find out best available locale based on HTTP "Accept-Language" header
locale_compose%string locale_compose(array $subtags, array $subtags)%Returns a correctly ordered and delimited locale ID
locale_filter_matches%bool locale_filter_matches(string $langtag, string $locale, [bool $canonicalize = false], string $langtag, string $locale, [bool $canonicalize = false])%Checks if a language tag filter matches with locale
locale_get_all_variants%array locale_get_all_variants(string $locale, string $locale)%Gets the variants for the input locale
locale_get_default%string locale_get_default()%Gets the default locale value from the INTL global 'default_locale'
locale_get_display_language%string locale_get_display_language(string $locale, [string $in_locale], string $locale, [string $in_locale])%Returns an appropriately localized display name for language of the inputlocale
locale_get_display_name%string locale_get_display_name(string $locale, [string $in_locale], string $locale, [string $in_locale])%Returns an appropriately localized display name for the input locale
locale_get_display_region%string locale_get_display_region(string $locale, [string $in_locale], string $locale, [string $in_locale])%Returns an appropriately localized display name for region of the input locale
locale_get_display_script%string locale_get_display_script(string $locale, [string $in_locale], string $locale, [string $in_locale])%Returns an appropriately localized display name for script of the input locale
locale_get_display_variant%string locale_get_display_variant(string $locale, [string $in_locale], string $locale, [string $in_locale])%Returns an appropriately localized display name for variants of the input locale
locale_get_keywords%array locale_get_keywords(string $locale, string $locale)%Gets the keywords for the input locale
locale_get_primary_language%string locale_get_primary_language(string $locale, string $locale)%Gets the primary language for the input locale
locale_get_region%string locale_get_region(string $locale, string $locale)%Gets the region for the input locale
locale_get_script%string locale_get_script(string $locale, string $locale)%Gets the script for the input locale
locale_lookup%string locale_lookup(array $langtag, string $locale, [bool $canonicalize = false], [string $default], array $langtag, string $locale, [bool $canonicalize = false], [string $default])%Searches the language tag list for the best match to the language
locale_parse%array locale_parse(string $locale, string $locale)%Returns a key-value array of locale ID subtag elements.
locale_set_default%bool locale_set_default(string $locale, string $locale)%sets the default runtime locale
localeconv%array localeconv()%Ermittelt die Formatierungsinformationen für Zahlen
localtime%array localtime([int $timestamp = time()], [bool $is_associative = false])%Ermittelt die lokale Zeit
log%float log(float $arg, [float $base = M_E])%Logarithmus
log10%float log10(float $arg)%Dekadischer Logarithmus
log1p%float log1p(float $number)%Berechent log(1 + number) mit erhöhter Genauigkeit
long2ip%string long2ip(string $proper_address)%Konvertiert eine (IPv4) Netzwerkadresse in einen String,      der das Punkt-Format enthält ("Dotted-Format")
lstat%array lstat(string $filename)%Sammelt Informationen über eine Datei oder einen symbolischen Link
ltrim%string ltrim(string $str, [string $charlist])%Entfernt Leerraum (oder andere Zeichen) vom Anfang eines Strings
magic_quotes_runtime%void magic_quotes_runtime()%Alias von set_magic_quotes_runtime
mail%bool mail(string $to, string $subject, string $message, [string $additional_headers], [string $additional_parameters])%E-Mails senden
main%void main()%Dummy for main
max%integer max(array $values, mixed $value1, mixed $value2, [mixed $value3...])%Maximalwert bestimmen
mb_check_encoding%bool mb_check_encoding([string $var], [string $encoding = mb_internal_encoding()])%Check if the string is valid for the specified encoding
mb_convert_case%string mb_convert_case(string $str, int $mode, [string $encoding = mb_internal_encoding()])%Perform case folding on a string
mb_convert_encoding%string mb_convert_encoding(string $str, string $to_encoding, [mixed $from_encoding])%Convert character encoding
mb_convert_kana%string mb_convert_kana(string $str, [string $option = "KV"], [string $encoding])%Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
mb_convert_variables%string mb_convert_variables(string $to_encoding, mixed $from_encoding, mixed $vars, [mixed ...])%Convert character code in variable(s)
mb_decode_mimeheader%string mb_decode_mimeheader(string $str)%Decode string in MIME header field
mb_decode_numericentity%string mb_decode_numericentity(string $str, array $convmap, string $encoding)%Decode HTML numeric string reference to character
mb_detect_encoding%string mb_detect_encoding(string $str, [mixed $encoding_list = mb_detect_order()], [bool $strict = false])%Detect character encoding
mb_detect_order%mixed mb_detect_order([mixed $encoding_list])%Set/Get character encoding detection order
mb_encode_mimeheader%string mb_encode_mimeheader(string $str, [string $charset], [string $transfer_encoding], [string $linefeed], [int $indent])%Encode string for MIME header
mb_encode_numericentity%string mb_encode_numericentity(string $str, array $convmap, string $encoding)%Encode character to HTML numeric string reference
mb_encoding_aliases%array mb_encoding_aliases(string $encoding)%Get aliases of a known encoding type
mb_ereg%int mb_ereg(string $pattern, string $string, [array $regs])%Regular expression match with multibyte support
mb_ereg_match%bool mb_ereg_match(string $pattern, string $string, [string $option = "msr"])%Regular expression match for multibyte string
mb_ereg_replace%string mb_ereg_replace(string $pattern, string $replacement, string $string, [string $option = "msr"])%Replace regular expression with multibyte support
mb_ereg_search%bool mb_ereg_search([string $pattern], [string $option = "ms"])%Multibyte regular expression match for predefined multibyte string
mb_ereg_search_getpos%int mb_ereg_search_getpos()%Returns start point for next regular expression match
mb_ereg_search_getregs%array mb_ereg_search_getregs()%Retrieve the result from the last multibyte regular expression match
mb_ereg_search_init%bool mb_ereg_search_init(string $string, [string $pattern], [string $option = "msr"])%Setup string and regular expression for a multibyte regular expression match
mb_ereg_search_pos%array mb_ereg_search_pos([string $pattern], [string $option = "ms"])%Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
mb_ereg_search_regs%array mb_ereg_search_regs([string $pattern], [string $option = "ms"])%Returns the matched part of a multibyte regular expression
mb_ereg_search_setpos%bool mb_ereg_search_setpos(int $position)%Set start point of next regular expression match
mb_eregi%int mb_eregi(string $pattern, string $string, [array $regs])%Regular expression match ignoring case with multibyte support
mb_eregi_replace%string mb_eregi_replace(string $pattern, string $replace, string $string, [string $option = "msri"])%Replace regular expression with multibyte support ignoring case
mb_get_info%mixed mb_get_info([string $type = "all"])%Get internal settings of mbstring
mb_http_input%mixed mb_http_input([string $type = ""])%Detect HTTP input character encoding
mb_http_output%mixed mb_http_output([string $encoding])%Set/Get HTTP output character encoding
mb_internal_encoding%mixed mb_internal_encoding([string $encoding = mb_internal_encoding()])%Set/Get internal character encoding
mb_language%mixed mb_language([string $language])%Set/Get current language
mb_list_encodings%array mb_list_encodings()%Returns an array of all supported encodings
mb_output_handler%string mb_output_handler(string $contents, int $status)%Callback function converts character encoding in output buffer
mb_parse_str%array mb_parse_str(string $encoded_string, [array $result])%Parse GET/POST/COOKIE data and set global variable
mb_preferred_mime_name%string mb_preferred_mime_name(string $encoding)%Get MIME charset string
mb_regex_encoding%string mb_regex_encoding([string $encoding])%Returns current encoding for multibyte regex as string
mb_regex_set_options%string mb_regex_set_options([string $options = "msr"])%Set/Get the default options for mbregex functions
mb_send_mail%bool mb_send_mail(string $to, string $subject, string $message, [string $additional_headers], [string $additional_parameter])%Send encoded mail
mb_split%array mb_split(string $pattern, string $string, [int $limit = -1])%Split multibyte string using regular expression
mb_strcut%string mb_strcut(string $str, int $start, [int $length], [string $encoding])%Get part of string
mb_strimwidth%string mb_strimwidth(string $str, int $start, int $width, [string $trimmarker], [string $encoding])%Get truncated string with specified width
mb_stripos%int mb_stripos(string $haystack, string $needle, [int $offset], [string $encoding])%Finds position of first occurrence of a string within another, case insensitive
mb_stristr%string mb_stristr(string $haystack, string $needle, [bool $part = false], [string $encoding])%Finds first occurrence of a string within another, case insensitive
mb_strlen%string mb_strlen(string $str, [string $encoding])%Get string length
mb_strpos%string mb_strpos(string $haystack, string $needle, [int $offset], [string $encoding])%Find position of first occurrence of string in a string
mb_strrchr%string mb_strrchr(string $haystack, string $needle, [bool $part = false], [string $encoding])%Finds the last occurrence of a character in a string within another
mb_strrichr%string mb_strrichr(string $haystack, string $needle, [bool $part = false], [string $encoding])%Finds the last occurrence of a character in a string within another, case insensitive
mb_strripos%int mb_strripos(string $haystack, string $needle, [int $offset], [string $encoding])%Finds position of last occurrence of a string within another, case insensitive
mb_strrpos%int mb_strrpos(string $haystack, string $needle, [int $offset], [string $encoding])%Find position of last occurrence of a string in a string
mb_strstr%string mb_strstr(string $haystack, string $needle, [bool $part = false], [string $encoding])%Finds first occurrence of a string within another
mb_strtolower%string mb_strtolower(string $str, [string $encoding = mb_internal_encoding()])%Make a string lowercase
mb_strtoupper%string mb_strtoupper(string $str, [string $encoding = mb_internal_encoding()])%Make a string uppercase
mb_strwidth%string mb_strwidth(string $str, [string $encoding])%Return width of string
mb_substitute_character%integer mb_substitute_character([mixed $substrchar])%Set/Get substitution character
mb_substr%string mb_substr(string $str, int $start, [int $length], [string $encoding])%Get part of string
mb_substr_count%string mb_substr_count(string $haystack, string $needle, [string $encoding])%Count the number of substring occurrences
mcrypt_cbc%string mcrypt_cbc(int $cipher, string $key, string $data, int $mode, [string $iv], string $cipher, string $key, string $data, int $mode, [string $iv])%Encrypt/decrypt data in CBC mode
mcrypt_cfb%string mcrypt_cfb(int $cipher, string $key, string $data, int $mode, string $iv, string $cipher, string $key, string $data, int $mode, [string $iv])%Encrypt/decrypt data in CFB mode
mcrypt_create_iv%string mcrypt_create_iv(int $size, [int $source = MCRYPT_DEV_RANDOM])%Create an initialization vector (IV) from a random source
mcrypt_decrypt%string mcrypt_decrypt(string $cipher, string $key, string $data, string $mode, [string $iv])%Decrypts crypttext with given parameters
mcrypt_ecb%string mcrypt_ecb(int $cipher, string $key, string $data, int $mode, string $cipher, string $key, string $data, int $mode, [string $iv])%Deprecated: Encrypt/decrypt data in ECB mode
mcrypt_enc_get_algorithms_name%string mcrypt_enc_get_algorithms_name(resource $td)%Returns the name of the opened algorithm
mcrypt_enc_get_block_size%int mcrypt_enc_get_block_size(resource $td)%Returns the blocksize of the opened algorithm
mcrypt_enc_get_iv_size%int mcrypt_enc_get_iv_size(resource $td)%Returns the size of the IV of the opened algorithm
mcrypt_enc_get_key_size%int mcrypt_enc_get_key_size(resource $td)%Returns the maximum supported keysize of the opened mode
mcrypt_enc_get_modes_name%string mcrypt_enc_get_modes_name(resource $td)%Returns the name of the opened mode
mcrypt_enc_get_supported_key_sizes%array mcrypt_enc_get_supported_key_sizes(resource $td)%Returns an array with the supported keysizes of the opened algorithm
mcrypt_enc_is_block_algorithm%bool mcrypt_enc_is_block_algorithm(resource $td)%Checks whether the algorithm of the opened mode is a block algorithm
mcrypt_enc_is_block_algorithm_mode%bool mcrypt_enc_is_block_algorithm_mode(resource $td)%Checks whether the encryption of the opened mode works on blocks
mcrypt_enc_is_block_mode%bool mcrypt_enc_is_block_mode(resource $td)%Checks whether the opened mode outputs blocks
mcrypt_enc_self_test%int mcrypt_enc_self_test(resource $td)%Runs a self test on the opened module
mcrypt_encrypt%string mcrypt_encrypt(string $cipher, string $key, string $data, string $mode, [string $iv])%Encrypts plaintext with given parameters
mcrypt_generic%string mcrypt_generic(resource $td, string $data)%This function encrypts data
mcrypt_generic_deinit%bool mcrypt_generic_deinit(resource $td)%This function deinitializes an encryption module
mcrypt_generic_end%bool mcrypt_generic_end(resource $td)%This function terminates encryption
mcrypt_generic_init%int mcrypt_generic_init(resource $td, string $key, string $iv)%This function initializes all buffers needed for encryption
mcrypt_get_block_size%int mcrypt_get_block_size(int $cipher, string $cipher, string $module)%Get the block size of the specified cipher
mcrypt_get_cipher_name%string mcrypt_get_cipher_name(int $cipher, string $cipher)%Get the name of the specified cipher
mcrypt_get_iv_size%int mcrypt_get_iv_size(string $cipher, string $mode)%Returns the size of the IV belonging to a specific cipher/mode combination
mcrypt_get_key_size%int mcrypt_get_key_size(int $cipher, string $cipher, string $module)%Get the key size of the specified cipher
mcrypt_list_algorithms%array mcrypt_list_algorithms([string $lib_dir = ini_get("mcrypt.algorithms_dir")])%Get an array of all supported ciphers
mcrypt_list_modes%array mcrypt_list_modes([string $lib_dir = ini_get("mcrypt.modes_dir")])%Get an array of all supported modes
mcrypt_module_close%bool mcrypt_module_close(resource $td)%Close the mcrypt module
mcrypt_module_get_algo_block_size%int mcrypt_module_get_algo_block_size(string $algorithm, [string $lib_dir])%Returns the blocksize of the specified algorithm
mcrypt_module_get_algo_key_size%int mcrypt_module_get_algo_key_size(string $algorithm, [string $lib_dir])%Returns the maximum supported keysize of the opened mode
mcrypt_module_get_supported_key_sizes%array mcrypt_module_get_supported_key_sizes(string $algorithm, [string $lib_dir])%Returns an array with the supported keysizes of the opened algorithm
mcrypt_module_is_block_algorithm%bool mcrypt_module_is_block_algorithm(string $algorithm, [string $lib_dir])%This function checks whether the specified algorithm is a block algorithm
mcrypt_module_is_block_algorithm_mode%bool mcrypt_module_is_block_algorithm_mode(string $mode, [string $lib_dir])%Returns if the specified module is a block algorithm or not
mcrypt_module_is_block_mode%bool mcrypt_module_is_block_mode(string $mode, [string $lib_dir])%Returns if the specified mode outputs blocks or not
mcrypt_module_open%resource mcrypt_module_open(string $algorithm, string $algorithm_directory, string $mode, string $mode_directory)%Opens the module of the algorithm and the mode to be used
mcrypt_module_self_test%bool mcrypt_module_self_test(string $algorithm, [string $lib_dir])%This function runs a self test on the specified module
mcrypt_ofb%string mcrypt_ofb(int $cipher, string $key, string $data, int $mode, string $iv, string $cipher, string $key, string $data, int $mode, [string $iv])%Encrypt/decrypt data in OFB mode
md5%string md5(string $str, [bool $raw_output = false])%Errechnet den MD5-Hash eines Strings
md5_file%string md5_file(string $filename, [bool $raw_output = false])%Berechnet den MD5-Code einer Datei
mdecrypt_generic%string mdecrypt_generic(resource $td, string $data)%Decrypt data
memcache_debug%bool memcache_debug(bool $on_off)%Turn debug output on/off
memory_get_peak_usage%int memory_get_peak_usage([bool $real_usage = false])%Returns the peak of memory allocated by PHP
memory_get_usage%int memory_get_usage([bool $real_usage = false])%Returns the amount of memory allocated to PHP
metaphone%string metaphone(string $str, [int $phones])%Berechnet den Metaphone-Schlüssel eines Strings
method_exists%bool method_exists(mixed $object, string $method_name)%Prüft on eine Methode innerhalb eines Objekts existiert
mhash%void mhash()%Hash berechnen
mhash_count%int mhash_count()%Gibt den höchstmöglichen Hash zurück
mhash_get_block_size%void mhash_get_block_size()%Gibt die Blockgröße von dem übergebenem Hash zurück
mhash_get_hash_name%void mhash_get_hash_name()%Gibt den Namen eines Hashs zurück
mhash_keygen_s2k%string mhash_keygen_s2k(int $hash, string $password, string $salt, int $bytes)%Generates a key
microtime%mixed microtime([bool $get_as_float])%Gibt den aktuellen Unix-Timestamp/Zeitstempel mit Mikrosekunden zurück
mime_content_type%string mime_content_type(string $filename)%Detect MIME Content-type for a file (deprecated)
min%integer min(array $values, mixed $value1, mixed $value2, [mixed $value3...])%Minimalwert bestimmen
mkdir%bool mkdir(string $pathname, [int $mode = 0777], [bool $recursive = false], [resource $context])%Erstellt ein Verzeichnis
mktime%int mktime([int $hour = date("H")], [int $minute = date("i")], [int $second = date("s")], [int $month = date("n")], [int $day = date("j")], [int $year = date("Y")], [int $is_dst = -1])%Gibt den Unix-Timestamp/Zeitstempel für ein Datum zurück
money_format%string money_format(string $format, float $number)%Formats a number as a currency string
move_uploaded_file%void move_uploaded_file()%Verschiebt eine upgeloadete Datei an einen neuen Ort
msg_get_queue%resource msg_get_queue(int $key, [int $perms])%Message Queue anlegen oder an existierende Queue anbinden
msg_queue_exists%bool msg_queue_exists(int $key)%Check whether a message queue exists
msg_receive%bool msg_receive(resource $queue, int $desiredmsgtype, int $msgtype, int $maxsize, mixed $message, [bool $unserialize = true], [int $flags], [int $errorcode])%Receive a message from a message queue
msg_remove_queue%bool msg_remove_queue(resource $queue)%Entfernt eine Message Queue
msg_send%bool msg_send(resource $queue, int $msgtype, mixed $message, [bool $serialize], [bool $blocking], [int $errorcode])%Send a message to a message queue
msg_set_queue%bool msg_set_queue(resource $queue, array $data)%Setzt Metadaten in derMessage Queue Datenstruktur
msg_stat_queue%array msg_stat_queue(resource $queue)%Liefert Informationen zu einer Message Queue
msgfmt_create%MessageFormatter msgfmt_create(string $locale, string $pattern, string $locale, string $pattern, string $locale, string $pattern)%Constructs a new Message Formatter
msgfmt_format%string msgfmt_format(array $args, MessageFormatter $fmt, array $args)%Format the message
msgfmt_format_message%string msgfmt_format_message(string $locale, string $pattern, array $args, string $locale, string $pattern, array $args)%Quick format message
msgfmt_get_error_code%int msgfmt_get_error_code(MessageFormatter $fmt)%Get the error code from last operation
msgfmt_get_error_message%string msgfmt_get_error_message(MessageFormatter $fmt)%Get the error text from the last operation
msgfmt_get_locale%string msgfmt_get_locale(NumberFormatter $formatter)%Get the locale for which the formatter was created.
msgfmt_get_pattern%string msgfmt_get_pattern(MessageFormatter $fmt)%Get the pattern used by the formatter
msgfmt_parse%array msgfmt_parse(string $value, MessageFormatter $fmt, string $value)%Parse input string according to pattern
msgfmt_parse_message%array msgfmt_parse_message(string $locale, string $pattern, string $source, string $locale, string $pattern, string $value)%Quick parse input string
msgfmt_set_pattern%bool msgfmt_set_pattern(string $pattern, MessageFormatter $fmt, string $pattern)%Set the pattern used by the formatter
mssql_bind%bool mssql_bind(resource $stmt, string $param_name, mixed $var, int $type, [bool $is_output = false], [bool $is_null = false], [int $maxlen = -1])%Fügt einer Stored Procedure oder einer Remote Stored Procedure einen Parameter hinzu
mssql_close%bool mssql_close([resource $link_identifier])%Schließt die Verbindung zum MS SQL Server
mssql_connect%resource mssql_connect([string $servername], [string $username], [string $password], [bool $new_link])%Baut eine Verbindung zum MS SQL Server auf
mssql_data_seek%bool mssql_data_seek(resource $result_identifier, int $row_number)%Bewegt den internen Datensatzzeiger
mssql_execute%mixed mssql_execute(resource $stmt, [bool $skip_results = false])%Führt eine Stored Procedure in einer MS SQL-Datenbank aus
mssql_fetch_array%array mssql_fetch_array(resource $result, [int $result_type = MSSQL_BOTH])%Liefert einen Ergebnis-Datensatz als assoziatives Array, als numerisches Array oder beides
mssql_fetch_assoc%array mssql_fetch_assoc(resource $result_id)%Liefert ein assoziatives Array des aktuellen Datensatzes aus dem Ergebnis, das durch die Ergebniskennung bestimmt ist
mssql_fetch_batch%int mssql_fetch_batch(resource $result)%Liefert den nächsten Stapel von Datensätzen
mssql_fetch_field%object mssql_fetch_field(resource $result, [int $field_offset = -1])%Liefert Informationen über ein Feld
mssql_fetch_object%object mssql_fetch_object(resource $result)%Liefert einen Datensatz als Objekt
mssql_fetch_row%array mssql_fetch_row(resource $result)%Liefert einen Datensatz als indiziertes Array
mssql_field_length%int mssql_field_length(resource $result, [int $offset = -1])%Liefert die Länge eines Feldes
mssql_field_name%string mssql_field_name(resource $result, [int $offset = -1])%Liefert den Namen eines Feldes
mssql_field_seek%bool mssql_field_seek(resource $result, int $field_offset)%Setzt einen Feld-Offset
mssql_field_type%string mssql_field_type(resource $result, [int $offset = -1])%Liefert den Typ eines Feldes
mssql_free_result%bool mssql_free_result(resource $result)%Gibt den Ergebnisspeicher frei
mssql_free_statement%bool mssql_free_statement(resource $stmt)%Gibt den Anweisungsspeicher frei
mssql_get_last_message%string mssql_get_last_message()%Gibt die letzte Meldung des Servers zurück
mssql_guid_string%string mssql_guid_string(string $binary, [bool $short_format = false])%Wandelt eine binäre GUID mit 16 Bytes in eine Zeichenkette um
mssql_init%resource mssql_init(string $sp_name, [resource $link_identifier])%Initialisiert eine Stored Procedure oder eine Remote Stored Procedure
mssql_min_error_severity%void mssql_min_error_severity(int $severity)%Setzt die untere Fehlerschwelle
mssql_min_message_severity%void mssql_min_message_severity(int $severity)%Setzt die untere Schwelle für Meldungen
mssql_next_result%bool mssql_next_result(resource $result_id)%Bewegt den internen Ergebnis-Zeiger zum nächsten Ergebnis
mssql_num_fields%int mssql_num_fields(resource $result)%Liefert die Anzahl der Felder eines Ergebnisses
mssql_num_rows%int mssql_num_rows(resource $result)%Liefert die Anzahl der Datensätze eines Ergebnisses
mssql_pconnect%resource mssql_pconnect([string $servername], [string $username], [string $password], [bool $new_link])%Baut eine persistente MS SQL Verbindung auf
mssql_query%mixed mssql_query(string $query, [resource $link_identifier], [int $batch_size])%Sendet eine MS SQL Anfrage
mssql_result%string mssql_result(resource $result, int $row, mixed $field)%Liefert die bei einer Abfrage gefundenen Daten
mssql_rows_affected%int mssql_rows_affected(resource $link_identifier)%Liefert die Anzahl der von einer Anfrage betroffenen Datensätze
mssql_select_db%bool mssql_select_db(string $database_name, [resource $link_identifier])%Wählt eine MS SQL Datenbank aus
mt_getrandmax%int mt_getrandmax()%Zeigt den größtmöglichen Zufallswert an
mt_rand%int mt_rand(int $min, int $max)%Erzeugt "bessere" Zufallszahlen
mt_srand%void mt_srand([int $seed])%Setzt den besseren Zufallszahlengenerator
mysql_affected_rows%int mysql_affected_rows([resource $Verbindungs-Kennung])%Liefert die Anzahl betroffener Datensätze einer vorhergehenden    MySQL Operation
mysql_client_encoding%string mysql_client_encoding([resource $Verbindungs-Kennung])%Liefert den Namen des Zeichensatzes
mysql_close%bool mysql_close([resource $Verbindungs-Kennung])%Schließt eine Verbindung zu MySQL
mysql_connect%resource mysql_connect([string $Server], [string $Benutzername], [string $Benutzerkennwort], [bool $neue_Verbindung], [int $client_flags])%Öffnet eine Verbindung zu einem MySQL-Server
mysql_create_db%bool mysql_create_db(string $Datenbankname, [resource $Verbindungs-Kennung])%Anlegen einer MySQL-Datenbank
mysql_data_seek%bool mysql_data_seek(resource $Ergebnis-Kennung, int $Datensatznummer)%Bewegt den internen Ergebnis-Zeiger
mysql_db_name%string mysql_db_name(resource $Ergebnis-Kennung, int $Datensatz, [mixed $Feld])%Liefert Ergebnisdaten
mysql_db_query%resource mysql_db_query(string $Datenbank, string $Anfrage, [resource $Verbindungs-Kennung])%Absetzen einer Anfrage an die Datenbank
mysql_drop_db%bool mysql_drop_db(string $Datenbankname, [resource $Verbindungs-Kennung])%Löschen einer Datenbank
mysql_errno%int mysql_errno([resource $Verbindungs-Kennung])%Liefert die Nummer einer Fehlermeldung einer zuvor ausgeführten MySQL Operation
mysql_error%string mysql_error([resource $Verbindungs-Kennung])%Liefert den Fehlertext der zuvor ausgeführten MySQL Operation
mysql_escape_string%string mysql_escape_string(string $unescaped_string)%Maskiert einen String zur Benutzung in mysql_query.
mysql_fetch_array%array mysql_fetch_array(resource $Ergebnis-Kennung, [int $Ergebnistyp])%Liefert einen Datensatz als assoziatives Array, als numerisches Array oder beides
mysql_fetch_assoc%array mysql_fetch_assoc(resource $Ergebnis)%Liefert einen Datensatz als assoziatives Array
mysql_fetch_field%object mysql_fetch_field(resource $result, [int $field_offset])%Liefert ein Objekt mit Feldinformationen aus einem Anfrageergebnis
mysql_fetch_lengths%array mysql_fetch_lengths(resource $Ergebnis-Kennung)%Liefert die Länge eines jeden Feldes in einem Ergebnis
mysql_fetch_object%object mysql_fetch_object(resource $result, [string $class_name], [array $params])%Liefert eine Ergebniszeile als Objekt
mysql_fetch_row%array mysql_fetch_row(resource $Ergebnis-Kennung)%Liefert einen Datensatz als indiziertes Array
mysql_field_flags%string mysql_field_flags(resource $Ergebnis, int $Feldoffset)%Liefert die Flags eines Feldes in einem Anfrageergebnis
mysql_field_len%int mysql_field_len(resource $Ergebnis, int $Feldoffset)%Liefert die Länge des angegebenen Feldes
mysql_field_name%string mysql_field_name(resource $Ergebnis-Kennung, int $Feldindex)%Liefert den Namen eines Feldes in einem Ergebnis
mysql_field_seek%int mysql_field_seek(resource $Ergebnis, int $Feldoffset)%Setzt den Ergebniszeiger auf ein bestimmtes Feldoffset
mysql_field_table%string mysql_field_table(resource $Ergebnis-Kennung, int $Feldoffset)%Liefert den Namen der Tabelle, die das genannte Feld enthält
mysql_field_type%string mysql_field_type(resource $Ergebnis, int $Feldoffset)%Liefert den Typ eines Feldes in einem Ergebnis
mysql_free_result%resource mysql_free_result(resource $Ergebnis-Kennung)%Gibt belegten Speicher wieder frei
mysql_get_client_info%string mysql_get_client_info()%Liefert MySQL Clientinformationen
mysql_get_host_info%string mysql_get_host_info([resource $Verbindungs-Kennung])%Liefert MySQL Host Informationen
mysql_get_proto_info%int mysql_get_proto_info([resource $Verbindungs-Kennung])%Liefert MySQL Protokollinformationen
mysql_get_server_info%string mysql_get_server_info([resource $Verbindungs-Kennung])%Liefert MySQL Server Informationen
mysql_info%string mysql_info([resource $Verbindungs-Kennung])%liefert Informationen über die zuletzt ausgeführte Anfrage zurück
mysql_insert_id%int mysql_insert_id([resource $Verbindungs-Kennung])%Liefert die ID einer vorherigen INSERT-Operation
mysql_list_dbs%resource mysql_list_dbs([resource $Verbindungs-Kennung])%Auflistung der verfügbaren Datenbanken auf einem MySQL Server
mysql_list_fields%resource mysql_list_fields(string $Datenbankname, string $Tabellenname, [resource $Verbindungs-Kennung])%Listet MySQL Ergebnisfelder auf
mysql_list_processes%resource mysql_list_processes([resource $Verbindungs-Kennung])%Zeigt die MySQL Prozesse an
mysql_list_tables%resource mysql_list_tables(string $Datenbankname, [resource $Verbindungs-Kennung])%Listet Tabellen in einer MySQL Datenbank auf
mysql_num_fields%int mysql_num_fields(resource $Ergebnis-Kennung)%Liefert die Anzahl der Felder in einem Ergebnis
mysql_num_rows%int mysql_num_rows(resource $Ergebnis-Kennung)%Liefert die Anzahl der Datensätze im Ergebnis
mysql_pconnect%resource mysql_pconnect([string $Server], [string $Benutztername], [string $Benutzerkennwort], [int $client_flags])%Öffnet eine persistente Verbindung zum MySQL Server
mysql_ping%bool mysql_ping([resource $link_identifier])%Ping a server connection or reconnect if there is no connection
mysql_query%resource mysql_query(string $Anfrage, [resource $Verbindungs-Kennung])%Sendet eine Anfrage an MySQL
mysql_real_escape_string%string mysql_real_escape_string(string $unescaped_string, [resource $link_identifier])%Maskiert spezielle Zeichen innerhalb eines Strings für die    Verwendung in einer SQL-Anweisung
mysql_result%mixed mysql_result(resource $Ergebnis-Kennung, int $Datensatz, [mixed $Feld])%Liefert Ergebnis
mysql_select_db%bool mysql_select_db(string $database_name, [resource $link_identifier])%Auswahl einer MySQL Datenbank
mysql_set_charset%bool mysql_set_charset(string $charset, [resource $link_identifier])%Setzt den Verbindungszeichensatz
mysql_stat%string mysql_stat([resource $Verbindungs-Kennung])%Zeigt den momentanen Serverstatus an
mysql_tablename%string mysql_tablename(resource $result, int $i)%Liefert den Namen einer Tabelle
mysql_thread_id%int mysql_thread_id([resource $Verbindungs-Kennung])%Zeigt die aktuelle Thread ID an
mysql_unbuffered_query%resource mysql_unbuffered_query(string $Anfrage, [resource $Verbindungs-Kennung])%Sendet eine SQL Anfrage an MySQL,      ohne Ergebniszeilen abzuholen und zu puffern.
mysqli%object mysqli([string $host = ini_get("mysqli.default_host")], [string $username = ini_get("mysqli.default_user")], [string $passwd = ini_get("mysqli.default_pw")], [string $dbname = ""], [int $port = ini_get("mysqli.default_port")], [string $socket = ini_get("mysqli.default_socket")], [string $host = ini_get("mysqli.default_host")], [string $username = ini_get("mysqli.default_user")], [string $passwd = ini_get("mysqli.default_pw")], [string $dbname = ""], [int $port = ini_get("mysqli.default_port")], [string $socket = ini_get("mysqli.default_socket")])%Open a new connection to the MySQL server
mysqli_affected_rows%int mysqli_affected_rows(mysqli $link)%Gets the number of affected rows in a previous MySQL operation
mysqli_autocommit%bool mysqli_autocommit(bool $mode, mysqli $link, bool $mode)%Turns on or off auto-commiting database modifications
mysqli_bind_param%void mysqli_bind_param()%Alias for mysqli_stmt_bind_param
mysqli_bind_result%void mysqli_bind_result()%Alias for mysqli_stmt_bind_result
mysqli_change_user%bool mysqli_change_user(string $user, string $password, string $database, mysqli $link, string $user, string $password, string $database)%Changes the user of the specified database connection
mysqli_character_set_name%string mysqli_character_set_name(mysqli $link)%Returns the default character set for the database connection
mysqli_client_encoding%void mysqli_client_encoding()%Alias of mysqli_character_set_name
mysqli_close%bool mysqli_close(mysqli $link)%Closes a previously opened database connection
mysqli_commit%bool mysqli_commit(mysqli $link)%Commits the current transaction
mysqli_connect%void mysqli_connect()%Alias von mysqli::__construct
mysqli_connect_errno%int mysqli_connect_errno()%Returns the error code from last connect call
mysqli_connect_error%string mysqli_connect_error()%Returns a string description of the last connect error
mysqli_data_seek%bool mysqli_data_seek(int $offset, mysqli_result $result, int $offset)%Adjusts the result pointer to an arbitary row in the result
mysqli_debug%bool mysqli_debug(string $message, string $message)%Performs debugging operations
mysqli_disable_reads_from_master%bool mysqli_disable_reads_from_master(mysqli $link)%Disable reads from master
mysqli_disable_rpl_parse%bool mysqli_disable_rpl_parse(mysqli $link)%Disable RPL parse
mysqli_dump_debug_info%bool mysqli_dump_debug_info(mysqli $link)%Dump debugging information into the log
mysqli_embedded_server_end%void mysqli_embedded_server_end()%Stop embedded server
mysqli_embedded_server_start%bool mysqli_embedded_server_start(bool $start, array $arguments, array $groups, bool $start, array $arguments, array $groups)%Initialize and start embedded server
mysqli_enable_reads_from_master%bool mysqli_enable_reads_from_master(mysqli $link)%Enable reads from master
mysqli_enable_rpl_parse%bool mysqli_enable_rpl_parse(mysqli $link)%Enable RPL parse
mysqli_errno%int mysqli_errno(mysqli $link)%Returns the error code for the most recent function call
mysqli_error%string mysqli_error(mysqli $link)%Returns a string description of the last error
mysqli_escape_string%void mysqli_escape_string()%Alias von mysqli_real_escape_string
mysqli_execute%void mysqli_execute()%Alias for mysqli_stmt_execute
mysqli_fetch%void mysqli_fetch()%Alias for mysqli_stmt_fetch
mysqli_fetch_all%mixed mysqli_fetch_all([int $resulttype = MYSQLI_NUM], mysqli_result $result, [int $resulttype = MYSQLI_NUM])%Fetches all result rows as an associative array, a numeric array, or both
mysqli_fetch_array%mixed mysqli_fetch_array([int $resulttype = MYSQLI_BOTH], mysqli_result $result, [int $resulttype = MYSQLI_BOTH])%Fetch a result row as an associative, a numeric array, or both
mysqli_fetch_assoc%array mysqli_fetch_assoc(mysqli_result $result)%Fetch a result row as an associative array
mysqli_fetch_field%object mysqli_fetch_field(mysqli_result $result)%Returns the next field in the result set
mysqli_fetch_field_direct%object mysqli_fetch_field_direct(int $fieldnr, mysqli_result $result, int $fieldnr)%Fetch meta-data for a single field
mysqli_fetch_fields%array mysqli_fetch_fields(mysqli_result $result)%Returns an array of objects representing the fields in a result set
mysqli_fetch_lengths%array mysqli_fetch_lengths(mysqli_result $result)%Returns the lengths of the columns of the current row in the result set
mysqli_fetch_object%object mysqli_fetch_object([string $class_name], [array $params], mysqli_result $result, [string $class_name], [array $params])%Returns the current row of a result set as an object
mysqli_fetch_row%mixed mysqli_fetch_row(mysqli_result $result)%Get a result row as an enumerated array
mysqli_field_count%int mysqli_field_count(mysqli $link)%Returns the number of columns for the most recent query
mysqli_field_seek%bool mysqli_field_seek(int $fieldnr, mysqli_result $result, int $fieldnr)%Set result pointer to a specified field offset
mysqli_field_tell%int mysqli_field_tell(mysqli_result $result)%Get current field offset of a result pointer
mysqli_free_result%void mysqli_free_result(mysqli_result $result)%Frees the memory associated with a result
mysqli_get_cache_stats%array mysqli_get_cache_stats()%Returns client Zval cache statistics
mysqli_get_charset%object mysqli_get_charset(mysqli $link)%Returns a character set object
mysqli_get_client_info%string mysqli_get_client_info(mysqli $link)%Returns the MySQL client version as a string
mysqli_get_client_stats%array mysqli_get_client_stats()%Returns client per-process statistics
mysqli_get_client_version%int mysqli_get_client_version(mysqli $link)%Get MySQL client info
mysqli_get_connection_stats%array mysqli_get_connection_stats(mysqli $link)%Returns statistics about the client connection
mysqli_get_host_info%string mysqli_get_host_info(mysqli $link)%Returns a string representing the type of connection used
mysqli_get_metadata%void mysqli_get_metadata()%Alias for mysqli_stmt_result_metadata
mysqli_get_proto_info%int mysqli_get_proto_info(mysqli $link)%Returns the version of the MySQL protocol used
mysqli_get_server_info%string mysqli_get_server_info(mysqli $link)%Returns the version of the MySQL server
mysqli_get_server_version%int mysqli_get_server_version(mysqli $link)%Returns the version of the MySQL server as an integer
mysqli_get_warnings%mysqli_warning mysqli_get_warnings(mysqli $link)%Get result of SHOW WARNINGS
mysqli_info%string mysqli_info(mysqli $link)%Retrieves information about the most recently executed query
mysqli_init%mysqli mysqli_init()%Initializes MySQLi and returns a resource for use with mysqli_real_connect()
mysqli_insert_id%mixed mysqli_insert_id(mysqli $link)%Returns the auto generated id used in the last query
mysqli_kill%bool mysqli_kill(int $processid, mysqli $link, int $processid)%Asks the server to kill a MySQL thread
mysqli_master_query%bool mysqli_master_query(mysqli $link, string $query)%Enforce execution of a query on the master in a master/slave setup
mysqli_more_results%bool mysqli_more_results(mysqli $link)%Check if there are any more query results from a multi query
mysqli_multi_query%bool mysqli_multi_query(string $query, mysqli $link, string $query)%Performs a query on the database
mysqli_next_result%bool mysqli_next_result(mysqli $link)%Prepare next result from multi_query
mysqli_num_fields%int mysqli_num_fields(mysqli_result $result)%Get the number of fields in a result
mysqli_num_rows%int mysqli_num_rows(mysqli_result $result)%Gets the number of rows in a result
mysqli_options%bool mysqli_options(int $option, mixed $value, mysqli $link, int $option, mixed $value)%Set options
mysqli_param_count%void mysqli_param_count()%Alias for mysqli_stmt_param_count
mysqli_ping%bool mysqli_ping(mysqli $link)%Pings a server connection, or tries to reconnect if the connection has gone down
mysqli_poll%int mysqli_poll(array $read, array $error, array $reject, int $sec, [int $usec], array $read, array $error, array $reject, int $sec, [int $usec])%Poll connections
mysqli_prepare%mysqli_stmt mysqli_prepare(string $query, mysqli $link, string $query)%Prepare an SQL statement for execution
mysqli_query%mixed mysqli_query(string $query, [int $resultmode], mysqli $link, string $query, [int $resultmode])%Performs a query on the database
mysqli_real_connect%bool mysqli_real_connect([string $host], [string $username], [string $passwd], [string $dbname], [int $port], [string $socket], [int $flags], mysqli $link, [string $host], [string $username], [string $passwd], [string $dbname], [int $port], [string $socket], [int $flags])%Opens a connection to a mysql server
mysqli_real_escape_string%string mysqli_real_escape_string(string $escapestr, string $escapestr, mysqli $link, string $escapestr)%Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
mysqli_real_query%bool mysqli_real_query(string $query, mysqli $link, string $query)%Execute an SQL query
mysqli_reap_async_query%mysqli_result mysqli_reap_async_query(mysql $link)%Get result from async query
mysqli_report%bool mysqli_report(int $flags)%Enables or disables internal report functions
mysqli_rollback%bool mysqli_rollback(mysqli $link)%Rolls back current transaction
mysqli_rpl_parse_enabled%int mysqli_rpl_parse_enabled(mysqli $link)%Check if RPL parse is enabled
mysqli_rpl_probe%bool mysqli_rpl_probe(mysqli $link)%RPL probe
mysqli_rpl_query_type%int mysqli_rpl_query_type(string $query, mysqli $link, string $query)%Returns RPL query type
mysqli_select_db%bool mysqli_select_db(string $dbname, mysqli $link, string $dbname)%Selects the default database for database queries
mysqli_send_long_data%void mysqli_send_long_data()%Alias for mysqli_stmt_send_long_data
mysqli_send_query%bool mysqli_send_query(string $query, mysqli $link, string $query)%Send the query and return
mysqli_set_charset%bool mysqli_set_charset(string $charset, mysqli $link, string $charset)%Sets the default client character set
mysqli_set_local_infile_default%void mysqli_set_local_infile_default(mysqli $link)%Unsets user defined handler for load local infile command
mysqli_set_local_infile_handler%bool mysqli_set_local_infile_handler(mysqli $link, callback $read_func, mysqli $link, callback $read_func)%Set callback function for LOAD DATA LOCAL INFILE command
mysqli_set_opt%void mysqli_set_opt()%Alias of mysqli_options
mysqli_slave_query%bool mysqli_slave_query(mysqli $link, string $query)%Force execution of a query on a slave in a master/slave setup
mysqli_sqlstate%string mysqli_sqlstate(mysqli $link)%Returns the SQLSTATE error from previous MySQL operation
mysqli_ssl_set%bool mysqli_ssl_set(string $key, string $cert, string $ca, string $capath, string $cipher, mysqli $link, string $key, string $cert, string $ca, string $capath, string $cipher)%Used for establishing secure connections using SSL
mysqli_stat%string mysqli_stat(mysqli $link)%Gets the current system status
mysqli_stmt_affected_rows%int mysqli_stmt_affected_rows(mysqli_stmt $stmt)%Returns the total number of rows changed, deleted, or   inserted by the last executed statement
mysqli_stmt_attr_get%int mysqli_stmt_attr_get(int $attr, mysqli_stmt $stmt, int $attr)%Used to get the current value of a statement attribute
mysqli_stmt_attr_set%bool mysqli_stmt_attr_set(int $attr, int $mode, mysqli_stmt $stmt, int $attr, int $mode)%Used to modify the behavior of a prepared statement
mysqli_stmt_bind_param%bool mysqli_stmt_bind_param(string $types, mixed $var1, [mixed ...], mysqli_stmt $stmt, string $types, mixed $var1, [mixed ...])%Binds variables to a prepared statement as parameters
mysqli_stmt_bind_result%bool mysqli_stmt_bind_result(mixed $var1, [mixed ...], mysqli_stmt $stmt, mixed $var1, [mixed ...])%Binds variables to a prepared statement for result storage
mysqli_stmt_close%bool mysqli_stmt_close(mysqli_stmt $stmt)%Closes a prepared statement
mysqli_stmt_data_seek%void mysqli_stmt_data_seek(int $offset, mysqli_stmt $stmt, int $offset)%Seeks to an arbitrary row in statement result set
mysqli_stmt_errno%int mysqli_stmt_errno(mysqli_stmt $stmt)%Returns the error code for the most recent statement call
mysqli_stmt_error%string mysqli_stmt_error(mysqli_stmt $stmt)%Returns a string description for last statement error
mysqli_stmt_execute%bool mysqli_stmt_execute(mysqli_stmt $stmt)%Executes a prepared Query
mysqli_stmt_fetch%bool mysqli_stmt_fetch(mysqli_stmt $stmt)%Fetch results from a prepared statement into the bound variables
mysqli_stmt_field_count%int mysqli_stmt_field_count(mysqli_stmt $stmt)%Returns the number of field in the given statement
mysqli_stmt_free_result%void mysqli_stmt_free_result(mysqli_stmt $stmt)%Frees stored result memory for the given statement handle
mysqli_stmt_get_warnings%object mysqli_stmt_get_warnings(mysqli_stmt $stmt, mysqli_stmt $stmt)%Get result of SHOW WARNINGS
mysqli_stmt_init%mysqli_stmt mysqli_stmt_init(mysqli $link)%Initializes a statement and returns an object for use with mysqli_stmt_prepare
mysqli_stmt_insert_id%mixed mysqli_stmt_insert_id(mysqli_stmt $stmt)%Get the ID generated from the previous INSERT operation
mysqli_stmt_num_rows%int mysqli_stmt_num_rows(mysqli_stmt $stmt)%Return the number of rows in statements result set
mysqli_stmt_param_count%int mysqli_stmt_param_count(mysqli_stmt $stmt)%Returns the number of parameter for the given statement
mysqli_stmt_prepare%bool mysqli_stmt_prepare(string $query, mysqli_stmt $stmt, string $query)%Prepare an SQL statement for execution
mysqli_stmt_reset%bool mysqli_stmt_reset(mysqli_stmt $stmt)%Resets a prepared statement
mysqli_stmt_result_metadata%mysqli_result mysqli_stmt_result_metadata(mysqli_stmt $stmt)%Returns result set metadata from a prepared statement
mysqli_stmt_send_long_data%bool mysqli_stmt_send_long_data(int $param_nr, string $data, mysqli_stmt $stmt, int $param_nr, string $data)%Send data in blocks
mysqli_stmt_sqlstate%string mysqli_stmt_sqlstate(mysqli_stmt $stmt)%Returns SQLSTATE error from previous statement operation
mysqli_stmt_store_result%bool mysqli_stmt_store_result(mysqli_stmt $stmt)%Transfers a result set from a prepared statement
mysqli_store_result%mysqli_result mysqli_store_result(mysqli $link)%Transfers a result set from the last query
mysqli_thread_id%int mysqli_thread_id(mysqli $link)%Returns the thread ID for the current connection
mysqli_thread_safe%bool mysqli_thread_safe()%Returns whether thread safety is given or not
mysqli_use_result%mysqli_result mysqli_use_result(mysqli $link)%Initiate a result set retrieval
mysqli_warning%object mysqli_warning()%The __construct purpose
mysqli_warning_count%int mysqli_warning_count(mysqli $link)%Returns the number of warnings from the last query for the given link
mysqlnd_qc_change_handler%bool mysqlnd_qc_change_handler(mixed $handler)%Change current storage handler
mysqlnd_qc_clear_cache%bool mysqlnd_qc_clear_cache()%Flush all cache contents
mysqlnd_qc_get_cache_info%array mysqlnd_qc_get_cache_info()%Returns information on the current handler, the number of cache entries and cache entries, if available
mysqlnd_qc_get_core_stats%array mysqlnd_qc_get_core_stats()%Statistics collected by the core of the query cache
mysqlnd_qc_get_handler%array mysqlnd_qc_get_handler()%Returns a list of available storage handler
mysqlnd_qc_get_query_trace_log%array mysqlnd_qc_get_query_trace_log()%Returns a backtrace for each query inspected by the query cache
mysqlnd_qc_set_user_handlers%bool mysqlnd_qc_set_user_handlers(string $get_hash, string $find_query_in_cache, string $return_to_cache, string $add_query_to_cache_if_not_exists, string $query_is_select, string $update_query_run_time_stats, string $get_stats, string $clear_cache)%Sets the callback functions for a user-defined procedural storage handler
natcasesort%bool natcasesort(array $array)%Sortiert ein Array in "natürlicher Reihenfolge",      Groß/Kleinschreibung wird ignoriert
natsort%bool natsort(array $array)%Sortiert ein Array in "natürlicher Reihenfolge"
next%boolean next(array $array)%Rückt den internen Zeiger eines Arrays vor
ngettext%string ngettext(string $msgid1, string $msgid2, int $n)%Pluralversion von gettext
nl2br%string nl2br(string $string, [bool $is_xhtml = true])%Fügt vor allen Zeilenumbrüchen eines Strings HTML-Zeilenumbrüche ein
nl_langinfo%string nl_langinfo(int $item)%Query-Language und Locale Information
normalizer_is_normalized%bool normalizer_is_normalized(string $input, [string $form = Normalizer::FORM_C], string $input, [string $form = Normalizer::FORM_C])%Checks if the provided string is already in the specified normalization    form.
normalizer_normalize%string normalizer_normalize(string $input, [string $form = Normalizer::FORM_C], string $input, [string $form = Normalizer::FORM_C])%Normalizes the input provided and returns the normalized string
nsapi_request_headers%array nsapi_request_headers()%Fetch all HTTP request headers
nsapi_response_headers%array nsapi_response_headers()%Fetch all HTTP response headers
nsapi_virtual%bool nsapi_virtual(string $uri)%Perform an NSAPI sub-request
number_format%string number_format(float $number, [int $decimals], float $number, int $decimals, string $dec_point, string $thousands_sep)%Formatiert eine Zahl mit Tausender-Gruppierung
numfmt_create%NumberFormatter numfmt_create(string $locale, int $style, [string $pattern], string $locale, int $style, [string $pattern], string $locale, int $style, [string $pattern])%Create a number formatter
numfmt_format%string numfmt_format(number $value, [int $type], NumberFormatter $fmt, number $value, [int $type])%Format a number
numfmt_format_currency%string numfmt_format_currency(float $value, string $currency, NumberFormatter $fmt, float $value, string $currency)%Format a currency value
numfmt_get_attribute%int numfmt_get_attribute(int $attr, NumberFormatter $fmt, int $attr)%Get an attribute
numfmt_get_error_code%int numfmt_get_error_code(NumberFormatter $fmt)%Get formatter's last error code.
numfmt_get_error_message%string numfmt_get_error_message(NumberFormatter $fmt)%Get formatter's last error message.
numfmt_get_locale%string numfmt_get_locale([int $type], NumberFormatter $fmt, [int $type])%Get formatter locale
numfmt_get_pattern%string numfmt_get_pattern(NumberFormatter $fmt)%Get formatter pattern
numfmt_get_symbol%string numfmt_get_symbol(int $attr, NumberFormatter $fmt, int $attr)%Get a symbol value
numfmt_get_text_attribute%string numfmt_get_text_attribute(int $attr, NumberFormatter $fmt, int $attr)%Get a text attribute
numfmt_parse%mixed numfmt_parse(string $value, [int $type], [int $position], NumberFormatter $fmt, string $value, [int $type], [int $position])%Parse a number
numfmt_parse_currency%float numfmt_parse_currency(string $value, string $currency, [int $position], NumberFormatter $fmt, string $value, string $currency, [int $position])%Parse a currency number
numfmt_set_attribute%bool numfmt_set_attribute(int $attr, int $value, NumberFormatter $fmt, int $attr, int $value)%Set an attribute
numfmt_set_pattern%bool numfmt_set_pattern(string $pattern, NumberFormatter $fmt, string $pattern)%Set formatter pattern
numfmt_set_symbol%bool numfmt_set_symbol(int $attr, string $value, NumberFormatter $fmt, int $attr, string $value)%Set a symbol value
numfmt_set_text_attribute%bool numfmt_set_text_attribute(int $attr, string $value, NumberFormatter $fmt, int $attr, string $value)%Set a text attribute
ob_clean%void ob_clean()%Löscht den Ausgabepuffer
ob_deflatehandler%string ob_deflatehandler(string $data, int $mode)%Deflate output handler
ob_end_clean%bool ob_end_clean()%Löscht den Ausgabe-Puffer und deaktiviert die      Ausgabe-Pufferung
ob_end_flush%bool ob_end_flush()%Leert (schickt/sendet) den Ausgabe-Puffer und deaktiviert die      Ausgabe-Pufferung
ob_etaghandler%string ob_etaghandler(string $data, int $mode)%ETag output handler
ob_flush%void ob_flush()%Leert (sendet) den Ausgabepuffer
ob_get_clean%string ob_get_clean()%Get current buffer contents and delete current output buffer
ob_get_contents%string ob_get_contents()%Gibt den Inhalt des Ausgabe-Puffers zurück
ob_get_flush%string ob_get_flush()%Flush the output buffer, return it as a string and turn off output buffering
ob_get_length%int ob_get_length()%Return the length of the output buffer
ob_get_level%int ob_get_level()%Anzahl der aktiven Ausgabepuffer
ob_get_status%array ob_get_status([bool $full_status = FALSE])%Get status of output buffers
ob_gzhandler%string ob_gzhandler(string $buffer, int $mode)%ob_start callback function to gzip output buffer
ob_iconv_handler%string ob_iconv_handler(string $contents, int $status)%Konvertiert Zeichensatzkodierung als Ausgabepuffer-Handler (output buffer handler)
ob_implicit_flush%void ob_implicit_flush([int $flag])%Schaltet die implizite Ausgabe ein bzw. aus
ob_inflatehandler%string ob_inflatehandler(string $data, int $mode)%Inflate output handler
ob_list_handlers%array ob_list_handlers()%List all output handlers in use
ob_start%bool ob_start([callback $output_callback], [int $chunk_size], [bool $erase])%Ausgabepufferung aktivieren
ob_tidyhandler%string ob_tidyhandler(string $input, [int $mode])%ob_start callback function to repair the buffer
oci_bind_array_by_name%bool oci_bind_array_by_name(resource $statement, string $name, array $var_array, int $max_table_length, [int $max_item_length = -1], [int $type = SQLT_AFC])%Bindet ein PHP-Array namentlich an ein Oracle-PL/SQL-Array
oci_bind_by_name%bool oci_bind_by_name(resource $statement, string $ph_name, mixed $variable, [int $maxlength = -1], [int $type = SQLT_CHR])%Bindet eine PHP-Variable an einen Oracle Platzhalter
oci_cancel%bool oci_cancel(resource $statement)%Bricht das Lesen eines Zeigers ab
oci_close%bool oci_close(resource $connection)%Schließt eine Oracle-Verbindung
oci_commit%bool oci_commit(resource $connection)%Commits the outstanding database transaction
oci_connect%resource oci_connect(string $username, string $password, [string $connection_string], [string $character_set], [int $session_mode])%Connect to an Oracle database
oci_define_by_name%bool oci_define_by_name(resource $statement, string $column_name, mixed $variable, [int $type = SQLT_CHR])%Associates a PHP variable with a column for query fetches
oci_error%array oci_error([resource $source])%Liefert den letzten Fehler
oci_execute%bool oci_execute(resource $statement, [int $mode = OCI_COMMIT_ON_SUCCESS])%Executes a statement
oci_fetch%bool oci_fetch(resource $statement)%Holt die nächste Reihe in den Ergebnispuffer
oci_fetch_all%int oci_fetch_all(resource $statement, array $output, [int $skip], [int $maxrows = -1], [int $flags])%Holt alle Reihen der Ergebnisdaten in ein Array
oci_fetch_array%array oci_fetch_array(resource $statement, [int $mode])%Liefert die nächste Zeile der Ergebnisdaten als   assoziatives und/oder numerisches Array
oci_fetch_assoc%array oci_fetch_assoc(resource $statement)%Liefert die nächste Zeile der Ergebnisdaten als assoziatives Array
oci_fetch_object%object oci_fetch_object(resource $statement)%Liefert die nächste Zeile der Ergebnisdaten als Objekt
oci_fetch_row%array oci_fetch_row(resource $statement)%Liefert die nächste Zeile der Ergebnisdaten als numerisches Array
oci_field_is_null%bool oci_field_is_null(resource $statement, mixed $field)%Checks if the field is NULL
oci_field_name%string oci_field_name(resource $statement, int $field)%Returns the name of a field from the statement
oci_field_precision%int oci_field_precision(resource $statement, int $field)%Tell the precision of a field
oci_field_scale%int oci_field_scale(resource $statement, int $field)%Tell the scale of the field
oci_field_size%int oci_field_size(resource $statement, mixed $field)%Returns field's size
oci_field_type%mixed oci_field_type(resource $statement, int $field)%Returns field's data type
oci_field_type_raw%int oci_field_type_raw(resource $statement, int $field)%Tell the raw Oracle data type of the field
oci_free_statement%bool oci_free_statement(resource $statement)%Gibt alle verknüpften Ressourcen eines Statements oder Zeigers frei.
oci_internal_debug%void oci_internal_debug(bool $onoff)%Enables or disables internal debug output
oci_lob_copy%bool oci_lob_copy(OCI-Lob $lob_to, OCI-Lob $lob_from, [int $length])%Copies large object
oci_lob_is_equal%bool oci_lob_is_equal(OCI-Lob $lob1, OCI-Lob $lob2)%Compares two LOB/FILE locators for equality
oci_new_collection%OCI-Collection oci_new_collection(resource $connection, string $tdo, [string $schema])%Allocates new collection object
oci_new_connect%resource oci_new_connect(string $username, string $password, [string $connection_string], [string $character_set], [int $session_mode])%Connect to the Oracle server using a unique connection
oci_new_cursor%resource oci_new_cursor(resource $connection)%Allocates and returns a new cursor (statement handle)
oci_new_descriptor%OCI-Lob oci_new_descriptor(resource $connection, [int $type = OCI_DTYPE_LOB])%Initializes a new empty LOB or FILE descriptor
oci_num_fields%int oci_num_fields(resource $statement)%Returns the number of result columns in a statement
oci_num_rows%int oci_num_rows(resource $statement)%Returns number of rows affected during statement execution
oci_parse%resource oci_parse(resource $connection, string $sql_text)%Prepares an Oracle statement for execution
oci_password_change%resource oci_password_change(resource $connection, string $username, string $old_password, string $new_password, string $dbname, string $username, string $old_password, string $new_password)%Changes password of Oracle's user
oci_pconnect%resource oci_pconnect(string $username, string $password, [string $connection_string], [string $character_set], [int $session_mode])%Connect to an Oracle database using a persistent connection
oci_result%mixed oci_result(resource $statement, mixed $field)%Returns field's value from the fetched row
oci_rollback%bool oci_rollback(resource $connection)%Rolls back the outstanding database transaction
oci_server_version%string oci_server_version(resource $connection)%Returns server version
oci_set_action%bool oci_set_action(resource $connection, string $action_name)%Sets the action name
oci_set_client_identifier%bool oci_set_client_identifier(resource $connection, string $client_identifier)%Sets the client identifier
oci_set_client_info%bool oci_set_client_info(resource $connection, string $client_info)%Sets the client information
oci_set_edition%bool oci_set_edition(string $edition)%Sets the database edition
oci_set_module_name%bool oci_set_module_name(resource $connection, string $module_name)%Sets the module name
oci_set_prefetch%bool oci_set_prefetch(resource $statement, int $rows)%Sets number of rows to be prefetched by queries
oci_statement_type%string oci_statement_type(resource $statement)%Returns the type of a statement
ocibindbyname%void ocibindbyname()%Alias von oci_bind_by_name
ocicancel%void ocicancel()%Alias von oci_cancel
ocicloselob%void ocicloselob()%Alias von
ocicollappend%void ocicollappend()%Alias von
ocicollassign%void ocicollassign()%Alias von
ocicollassignelem%void ocicollassignelem()%Alias von
ocicollgetelem%void ocicollgetelem()%Alias von
ocicollmax%void ocicollmax()%Alias von
ocicollsize%void ocicollsize()%Alias von
ocicolltrim%void ocicolltrim()%Alias von
ocicolumnisnull%void ocicolumnisnull()%Alias von oci_field_is_null
ocicolumnname%void ocicolumnname()%Alias von oci_field_name
ocicolumnprecision%void ocicolumnprecision()%Alias von oci_field_precision
ocicolumnscale%void ocicolumnscale()%Alias von oci_field_scale
ocicolumnsize%void ocicolumnsize()%Alias von oci_field_size
ocicolumntype%void ocicolumntype()%Alias von oci_field_type
ocicolumntyperaw%void ocicolumntyperaw()%Alias von oci_field_type_raw
ocicommit%void ocicommit()%Alias von oci_commit
ocidefinebyname%void ocidefinebyname()%Alias von oci_define_by_name
ocierror%void ocierror()%Alias von oci_error
ociexecute%void ociexecute()%Alias von oci_execute
ocifetch%void ocifetch()%Alias von oci_fetch
ocifetchinto%int ocifetchinto(resource $statement, array $result, [int $mode])%Fetcht die nächste Zeile des Ergebnisses in ein Array (deprecated!)
ocifetchstatement%void ocifetchstatement()%Alias von oci_fetch_all
ocifreecollection%void ocifreecollection()%Alias von
ocifreecursor%void ocifreecursor()%Alias von oci_free_statement
ocifreedesc%void ocifreedesc()%Alias von
ocifreestatement%void ocifreestatement()%Alias von oci_free_statement
ociinternaldebug%void ociinternaldebug()%Alias von oci_internal_debug
ociloadlob%void ociloadlob()%Alias von
ocilogoff%void ocilogoff()%Alias von oci_close
ocilogon%void ocilogon()%Alias von oci_connect
ocinewcollection%void ocinewcollection()%Alias von oci_new_collection
ocinewcursor%void ocinewcursor()%Alias von oci_new_cursor
ocinewdescriptor%void ocinewdescriptor()%Alias von oci_new_descriptor
ocinlogon%void ocinlogon()%Alias von oci_new_connect
ocinumcols%void ocinumcols()%Alias von oci_num_fields
ociparse%void ociparse()%Alias von oci_parse
ociplogon%void ociplogon()%Alias von oci_pconnect
ociresult%void ociresult()%Alias von oci_result
ocirollback%void ocirollback()%Alias von oci_rollback
ocirowcount%void ocirowcount()%Alias von oci_num_rows
ocisavelob%void ocisavelob()%Alias von
ocisavelobfile%void ocisavelobfile()%Alias von
ociserverversion%void ociserverversion()%Alias von oci_server_version
ocisetprefetch%void ocisetprefetch()%Alias von oci_set_prefetch
ocistatementtype%void ocistatementtype()%Alias von oci_statement_type
ociwritelobtofile%void ociwritelobtofile()%Alias von
ociwritetemporarylob%void ociwritetemporarylob()%Alias von
octdec%number octdec(string $octal_string)%Oktal zu Dezimal Umwandlung
odbc_autocommit%void odbc_autocommit()%Ändert das Autocommit-Verhalten
odbc_binmode%void odbc_binmode()%Die Behandlung von Binärdaten
odbc_close%void odbc_close()%Beendet eine ODBC-Verbindung
odbc_close_all%void odbc_close_all()%Beendet alle ODBC-Verbindungen
odbc_columnprivileges%void odbc_columnprivileges()%Liefert eine Ergebnis-Resource zurück, die eine Liste        von Spalten und damit verbundenen Rechten enthält.
odbc_columns%resource odbc_columns(resource $connection_id, [string $qualifier], [string $schema], [string $table_name], [string $column_name])%Lists the column names in specified tables
odbc_commit%void odbc_commit()%Führt eine ODBC-Transaktion aus
odbc_connect%void odbc_connect()%Baut die Verbindung zu einer ODBC-Datenquelle auf
odbc_cursor%void odbc_cursor()%Findet den Cursornamen heraus
odbc_data_source%array odbc_data_source(resource $connection_id, int $fetch_type)%Returns information about a current connection
odbc_do%void odbc_do()%Ein Synonym für odbc_exec
odbc_error%string odbc_error([resource $connection_id])%Get the last error code
odbc_errormsg%string odbc_errormsg([resource $connection_id])%Get the last error message
odbc_exec%void odbc_exec()%Bereitet einen SQL-Befehl auf und führt ihn aus
odbc_execute%void odbc_execute()%Führt ein vorbereiteten SQL-Befehl aus
odbc_fetch_array%array odbc_fetch_array(resource $result, [int $rownumber])%Fetch a result row as an associative array
odbc_fetch_into%Array odbc_fetch_into(resource $result_id, array $result_array, [int $rownumber])%Eine Ergebniszeile in ein Array stellen
odbc_fetch_object%object odbc_fetch_object(resource $result, [int $rownumber])%Fetch a result row as an object
odbc_fetch_row%void odbc_fetch_row()%Liefert eine Datenzeile zurück
odbc_field_len%void odbc_field_len()%Bestimmt die Länge eines Feldes
odbc_field_name%void odbc_field_name()%Liefert die Spaltenbezeichnung
odbc_field_num%void odbc_field_num()%Liefert die Spaltennummer für eine Spaltenbezeichnung
odbc_field_precision%void odbc_field_precision()%Alias von odbc_field_len
odbc_field_scale%int odbc_field_scale(resource $result_id, int $field_number)%Get the scale of a field
odbc_field_type%void odbc_field_type()%Liefert den Datentyp eines Feldes
odbc_foreignkeys%resource odbc_foreignkeys(resource $connection_id, string $pk_qualifier, string $pk_owner, string $pk_table, string $fk_qualifier, string $fk_owner, string $fk_table)%Retrieves a list of foreign keys
odbc_free_result%void odbc_free_result()%Gibt den durch ein Abfrageergebnis belegten Speicher wieder frei
odbc_gettypeinfo%resource odbc_gettypeinfo(resource $connection_id, [int $data_type])%Retrieves information about data types supported by the data source
odbc_longreadlen%void odbc_longreadlen()%Steuert die Nutzung von LONG-Spalten
odbc_next_result%bool odbc_next_result(resource $result_id)%Checks if multiple results are available
odbc_num_fields%void odbc_num_fields()%Liefert die Anzahl der Ergebnisspalten
odbc_num_rows%void odbc_num_rows()%Ergibt die Zeilenzahl des Abfrageergebnisses
odbc_pconnect%void odbc_pconnect()%Öffnet eine persistente Datenbankverbindung
odbc_prepare%void odbc_prepare()%Stellt einen SQL-Befehl zur Ausführung bereit
odbc_primarykeys%resource odbc_primarykeys(resource $connection_id, string $qualifier, string $owner, string $table)%Gets the primary keys for a table
odbc_procedurecolumns%resource odbc_procedurecolumns(resource $connection_id, resource $connection_id, string $qualifier, string $owner, string $proc, string $column)%Retrieve information about parameters to procedures
odbc_procedures%resource odbc_procedures(resource $connection_id, resource $connection_id, string $qualifier, string $owner, string $name)%Get the list of procedures stored in a specific data source
odbc_result%void odbc_result()%Erlaubt den Zugriff auf die Ergebnisdaten
odbc_result_all%void odbc_result_all()%Gibt das aktuelle Abfrageergebnis als HTML-Tabelle aus
odbc_rollback%void odbc_rollback()%Hebt eine Transaktion wieder auf
odbc_setoption%void odbc_setoption()%Verändert die ODBC-Einstellungen
odbc_specialcolumns%resource odbc_specialcolumns(resource $connection_id, int $type, string $qualifier, string $owner, string $table, int $scope, int $nullable)%Retrieves special columns
odbc_statistics%resource odbc_statistics(resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy)%Retrieve statistics about a table
odbc_tableprivileges%resource odbc_tableprivileges(resource $connection_id, string $qualifier, string $owner, string $name)%Lists tables and the privileges associated with each table
odbc_tables%resource odbc_tables(resource $connection_id, [string $qualifier], [string $owner], [string $name], [string $types])%Get the list of table names stored in a specific data source
opendir%resource opendir(string $path, [resource $context])%Öffnen eines Verzeichnis-Handles
openlog%bool openlog(string $ident, int $option, int $facility)%Stellt eine Verbindung zum Log-Dienst des Systems her
openssl_csr_export%bool openssl_csr_export(resource $csr, string $out, [bool $notext])%Exportiert einen CSR als Zeichenkette
openssl_csr_export_to_file%bool openssl_csr_export_to_file(resource $csr, string $outfilename, [bool $notext])%Exportiert ein CSR in eine Datei
openssl_csr_get_public_key%resource openssl_csr_get_public_key(mixed $csr, [bool $use_shortnames])%Gibt den öffentlichen Schlüssel eines CERT zurück
openssl_csr_get_subject%array openssl_csr_get_subject(mixed $csr, [bool $use_shortnames])%Gibt das Subject eines CERT zurück
openssl_csr_new%mixed openssl_csr_new(array $dn, resource $privkey, [array $configargs], [array $extraattribs])%Erzeugt einen CSR
openssl_csr_sign%resource openssl_csr_sign(mixed $csr, mixed $cacert, mixed $priv_key, int $days, [array $configargs], [int $serial])%Signiert einen CSR mit einem anderen Zertifikat (oder sich selbst) und generiert ein Zertifikat
openssl_decrypt%string openssl_decrypt(string $data, string $method, string $password, [string $raw_input = false])%Decrypts data
openssl_dh_compute_key%string openssl_dh_compute_key(string $pub_key, resource $dh_key)%Computes shared secret for public value of remote DH key and local DH key
openssl_digest%string openssl_digest(string $data, string $method, [bool $raw_output = false])%Computes a digest
openssl_encrypt%string openssl_encrypt(string $data, string $method, string $password, [bool $raw_output = false])%Encrypts data
openssl_error_string%string openssl_error_string()%Gibt eine openSSL Fehlermeldung zurück
openssl_free_key%void openssl_free_key(resource $key_identifier)%Free key resource
openssl_get_cipher_methods%array openssl_get_cipher_methods([bool $aliases = false])%Gets available cipher methods
openssl_get_md_methods%array openssl_get_md_methods([bool $aliases = false])%Gets available digest methods
openssl_get_privatekey%void openssl_get_privatekey()%Alias von openssl_pkey_get_private
openssl_get_publickey%void openssl_get_publickey()%Alias von openssl_pkey_get_public
openssl_open%bool openssl_open(string $sealed_data, string $open_data, string $env_key, mixed $priv_key_id)%Öffnet versiegelte Daten
openssl_pkcs12_export%bool openssl_pkcs12_export(mixed $x509, string $out, mixed $priv_key, string $pass, [array $args])%Exportiert eine PKCS#12-kompatible Zertifikats-Datei in eine Variable
openssl_pkcs12_export_to_file%bool openssl_pkcs12_export_to_file(mixed $x509, string $filename, mixed $priv_key, string $pass, [array $args])%Exportiert eine PKCS#12-kompatible Zertifikats-Datei
openssl_pkcs12_read%bool openssl_pkcs12_read(mixed $PKCS12, array $certs, string $pass)%Speichert ein PKCS#12 Zertifikat in einem Array
openssl_pkcs7_decrypt%bool openssl_pkcs7_decrypt(string $infilename, string $outfilename, mixed $recipcert, [mixed $recipkey])%Entschlüsseln einer S/MIME verschlüsselten Nachricht
openssl_pkcs7_encrypt%bool openssl_pkcs7_encrypt(string $infile, string $outfile, mixed $recipcerts, array $headers, [int $flags], [int $cipherid])%Verschlüsseln einer S/MIME Nachricht
openssl_pkcs7_sign%bool openssl_pkcs7_sign(string $infilename, string $outfilename, mixed $signcert, mixed $privkey, array $headers, [int $flags], [string $extracerts])%Signieren einer S/MIME message
openssl_pkcs7_verify%mixed openssl_pkcs7_verify(string $filename, int $flags, [string $outfilename], [array $cainfo], [string $extracerts], [string $content])%Ã¼berprÃ¼ft die Unterschrift einer mit S/MIME unterschriebenen Nachricht
openssl_pkey_export%bool openssl_pkey_export(mixed $key, string $out, [string $passphrase], [array $configargs])%Liefert eine exportierbare Repräsentation eines Schlüssels in einem String
openssl_pkey_export_to_file%bool openssl_pkey_export_to_file(mixed $key, string $outfilename, [string $passphrase], [array $configargs])%Liefert eine exportierbare Representation eines Schlüssels in einer Datei
openssl_pkey_free%void openssl_pkey_free(resource $key)%Gibt einen privaten Schlüssel frei
openssl_pkey_get_details%array openssl_pkey_get_details(resource $key)%Gibt ein Array mit den Schlüssel-Details zurück
openssl_pkey_get_private%resource openssl_pkey_get_private(mixed $key, [string $passphrase])%Liefert einen privaten Schlüssel
openssl_pkey_get_public%resource openssl_pkey_get_public(mixed $certificate)%Extrahiert einen öffentlichen Schlüssel aus einem Zertifikat und bereitet    diesen zur Nutzung vor
openssl_pkey_new%resource openssl_pkey_new([array $configargs])%Erzeugt einen neuen privaten Schlüssel
openssl_private_decrypt%bool openssl_private_decrypt(string $data, string $decrypted, mixed $key, [int $padding])%Entschlüsselt Daten mit einem privaten Schlüssel
openssl_private_encrypt%bool openssl_private_encrypt(string $data, string $crypted, mixed $key, [int $padding])%Verschlüsselt Daten mit einem privaten Schlüssel
openssl_public_decrypt%bool openssl_public_decrypt(string $data, string $decrypted, mixed $key, [int $padding])%Entschlüsselt Daten mit einem öffentlichen Schlüssel
openssl_public_encrypt%bool openssl_public_encrypt(string $data, string $crypted, mixed $key, [int $padding])%Verschlüsselt Daten mit einem öffentlichen Schlüssel
openssl_random_pseudo_bytes%string openssl_random_pseudo_bytes(string $length, [bool $crypto_strong])%Generate a pseudo-random string of bytes
openssl_seal%int openssl_seal(string $data, string $sealed_data, array $env_keys, array $pub_key_ids)%Versiegelt (verschlüsselt) Daten
openssl_sign%bool openssl_sign(string $data, string $signature, mixed $priv_key_id, [int $signature_alg])%Erzeugen einer Signatur
openssl_verify%int openssl_verify(string $data, string $signature, mixed $pub_key_id, [int $signature_alg])%Überprüft eine Signatur
openssl_x509_check_private_key%bool openssl_x509_check_private_key(mixed $cert, mixed $key)%Überprüft, ob ein privater Schlüssel zu einem Zertifikat passt
openssl_x509_checkpurpose%int openssl_x509_checkpurpose(mixed $x509cert, int $purpose, [array $cainfo], [string $untrustedfile])%Überprüft, ob ein Zertifikat für einen bestimmten Zweck benutzt werden kann
openssl_x509_export%bool openssl_x509_export(mixed $x509, string $output, [bool $notext])%Exports a certificate as a string
openssl_x509_export_to_file%bool openssl_x509_export_to_file(mixed $x509, string $outfilename, [bool $notext])%Exportiert ein Zertifikat in eine Datei
openssl_x509_free%void openssl_x509_free()%Freigabe einer Zertifikats Resource
openssl_x509_parse%array openssl_x509_parse(mixed $x509cert, [bool $shortnames])%Parst ein X.509-Zertifikat und liefert die Informationen als Array    zurÃ¼ck
openssl_x509_read%resource openssl_x509_read(mixed $x509certdata)%Parst ein X.509-Zertitifikat und gibt eine Ressource zurück
ord%int ord(string $string)%Gibt den ASCII-Wert eines Zeichens zurück
output_add_rewrite_var%void output_add_rewrite_var()%Setzt URL-Rewrite-Variablen
output_reset_rewrite_vars%bool output_reset_rewrite_vars()%Reset URL rewriter values
overload%void overload(string $class_name)%Aktivieren des Überladens von Eigenschaften und Methodenaufrufen für eine Klasse
pack%Gleitkommazahl pack(string $format, [mixed $args], [mixed ...])%Packt Daten in eine Binär-Zeichenkette
parse_ini_file%void parse_ini_file()%Analysiert eine Konfigurationsdatei
parse_ini_string%array parse_ini_string(string $ini, [bool $process_sections = false], [int $scanner_mode = INI_SCANNER_NORMAL])%Parse a configuration string
parse_str%void parse_str(string $str, [array $arr])%Überträgt einen String in Variable
parse_url%mixed parse_url(string $url, [int $component = -1])%Analysiert einen URL und gibt seine Bestandteile zurück
passthru%void passthru(string $command, [int $return_var])%Führt ein externes Programm aus und zeigt dessen Ausgabe an
pathinfo%mixed pathinfo(string $path, [int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EXTENSION | PATHINFO_FILENAME])%Liefert Informationen über einen Dateipfad
pclose%void pclose()%Schließt einen Prozess-Dateizeiger
pcntl_alarm%void pcntl_alarm()%Setzt einen Zeitschalter für die Auslieferung eines Signals
pcntl_exec%void pcntl_exec()%Führt ein angegebenes Programm im aktuellen Prozessraum aus
pcntl_fork%void pcntl_fork()%Verzweigt den laufenden Prozess
pcntl_getpriority%void pcntl_getpriority()%Liest die Priorität irgendeines Prozesses
pcntl_setpriority%void pcntl_setpriority()%Ändert die Priorität irgendeines Prozesses
pcntl_signal%void pcntl_signal()%Richtet eine Signalverarbeitung ein
pcntl_signal_dispatch%bool pcntl_signal_dispatch()%Calls signal handlers for pending signals
pcntl_sigprocmask%bool pcntl_sigprocmask(int $how, array $set, [array $oldset])%Sets and retrieves blocked signals
pcntl_sigtimedwait%int pcntl_sigtimedwait(array $set, [array $siginfo], [int $seconds], [int $nanoseconds])%Waits for signals, with a timeout
pcntl_sigwaitinfo%int pcntl_sigwaitinfo(array $set, [array $siginfo])%Waits for signals
pcntl_wait%void pcntl_wait()%Wartet auf ein oder gibt den Status eines abgezweigten Kindes zurück
pcntl_waitpid%void pcntl_waitpid()%Wartet auf ein oder gibt den Status eines abgezweigten Kindes zurück
pcntl_wexitstatus%void pcntl_wexitstatus()%Gibt den Statuscode eines beendeten Kindes zurück
pcntl_wifexited%void pcntl_wifexited()%Gibt TRUE zurück, wenn der Statuscode ein erfolgreiches Beenden darstellt
pcntl_wifsignaled%void pcntl_wifsignaled()%Gibt TRUE zurück, wenn der Statuscode eine Terminierung wegen eines Signals angibt
pcntl_wifstopped%void pcntl_wifstopped()%Gibt TRUE zurück, wenn der Kindprozess gerade gestoppt ist
pcntl_wstopsig%int pcntl_wstopsig(int $status)%Gibt das Signal zurück, welches das Anhalten des Kindes verursachte
pcntl_wtermsig%int pcntl_wtermsig(int $status)%Gibt das Signal zurück, welches das Beenden des Kindes verursachte
pfsockopen%resource pfsockopen(string $hostname, [int $port = -1], [int $errno], [string $errstr], [float $timeout = ini_get("default_socket_timeout")])%Öffnet eine persistente Verbindung zum Internet oder zu einem      Unix-Domainsocket
pg_affected_rows%int pg_affected_rows(resource $result)%Gibt die Anzahl betroffener Datensätze (Tupel) zurück
pg_cancel_query%bool pg_cancel_query(resource $connection)%Löscht eine asynchrone Abfrage
pg_client_encoding%string pg_client_encoding([resource $connection])%Gibt die Kodierung des Clients zurück
pg_close%bool pg_close([resource $connection])%Schließt eine PostgreSQL-Verbindung
pg_connect%resource pg_connect(string $connection_string, [int $connect_type])%Öffnet eine PostgreSQL-Verbindung
pg_connection_busy%bool pg_connection_busy(resource $connection)%Gibt den Status der Verbindung zurück (busy/not busy)
pg_connection_reset%bool pg_connection_reset(resource $connection)%Setzt die Verbindung zurück und verbindet neu
pg_connection_status%int pg_connection_status(resource $connection)%Gibt den Verbindungsstatus zurück
pg_convert%array pg_convert(resource $connection, string $table_name, array $assoc_array, [int $options])%Konvertiert die Werte eines assoziativen Arrays in passende     Werte für SQL-Kommandos.
pg_copy_from%bool pg_copy_from(resource $connection, string $table_name, array $rows, [string $delimiter], [string $null_as])%Fügt Datensätze aus einem Array in eine Tabelle ein
pg_copy_to%array pg_copy_to(resource $connection, string $table_name, [string $delimiter], [string $null_as])%Kopiert eine Tabelle in ein Array
pg_dbname%string pg_dbname([resource $connection])%Gibt den Namen der Datenbank zurück
pg_delete%mixed pg_delete(resource $connection, string $table_name, array $assoc_array, [int $options = PGSQL_DML_EXEC])%Lscht Datenstze
pg_end_copy%bool pg_end_copy([resource $connection])%Synchronisation mit dem PostgreSQL-Server
pg_escape_bytea%string pg_escape_bytea([resource $connection], string $data)%Maskiert Zeichenketten zum Einfügen in ein Feld vom Typ bytea
pg_escape_string%string pg_escape_string([resource $connection], string $data)%Maskiert einen String zum Einfgen in Felder mit text/char Datentypen
pg_execute%resource pg_execute([resource $connection], string $stmtname, array $params)%Fordert den Datenankserver auf, eine vorbereitete Anfrage    mit den angegebenen Parametern auszuführen und wartet auf das    Ergebnis
pg_fetch_all%array pg_fetch_all(resource $result)%Gibt alle Zeilen eines Abfrageergebnisses als Array zurück
pg_fetch_all_columns%array pg_fetch_all_columns(resource $result, [int $column])%Gibt alle Werte einer bestimmten Spalte eines Abfrageergebnisses in einem Array zurück
pg_fetch_array%array pg_fetch_array(resource $result, [int $row], [int $result_type])%Holt eine Zeile als Array
pg_fetch_assoc%array pg_fetch_assoc(resource $result, [int $row])%Holt eine Zeile als assoziatives Array
pg_fetch_object%object pg_fetch_object(resource $result, [int $row], [int $result_type], resource $result, [int $row], [string $class_name], [array $params])%Holt einen Datensatz als Objekt
pg_fetch_result%string pg_fetch_result(resource $result, int $row, mixed $field, resource $result, mixed $field)%Liefert Werte aus einer Ergebnismenge
pg_fetch_row%array pg_fetch_row(resource $result, [int $row])%Holt einen Datensatz als numerisches Array
pg_field_is_null%int pg_field_is_null(resource $result, int $row, mixed $field, resource $result, mixed $field)%Prüft, ob ein Feld einen SQL NULL-Wert enthält
pg_field_name%string pg_field_name(resource $result, int $field_number)%Gibt den Namen eines Feldes zurück
pg_field_num%int pg_field_num(resource $result, string $field_name)%Gibt die Feldnummer des angegebenen Feldes zurück
pg_field_prtlen%string pg_field_prtlen(resource $result, int $row_number, mixed $field_name_or_number, resource $result, mixed $field_name_or_number)%Gibt die Länge des Feldes zurück
pg_field_size%int pg_field_size(resource $result, int $field_number)%Gibt den belegten Speicher für ein Feld zurück
pg_field_table%mixed pg_field_table(resource $result, int $field_number, [bool $oid_only = false])%Gibt zu einem Feldnamen den Namen der Tabelle oder deren oid zurück, in der das Feld definiert ist
pg_field_type%string pg_field_type(resource $result, int $field_number)%Gibt den Datentyp eines Feldes zurück
pg_field_type_oid%int pg_field_type_oid(resource $result, int $field_number)%Gibt die ID des PostgreSQL-Datentyps (OID) eines Feldes zurück
pg_free_result%ressource pg_free_result(resource $result)%Gibt den durch Ergebnisse belegten Speicher frei
pg_get_notify%array pg_get_notify(resource $connection, [int $result_type])%Gibt eine SQL NOTIFY-Nachricht zurück
pg_get_pid%int pg_get_pid(resource $connection)%Prüft die Datenbankverbindung
pg_get_result%resource pg_get_result([resource $connection])%Gibt asynchrone Abfrageergebnisse zurück
pg_host%string pg_host([resource $connection])%Gibt den Namen des Host zurück, zu dem verbunden wurde
pg_insert%mixed pg_insert(resource $connection, string $table_name, array $assoc_array, [int $options = PGSQL_DML_EXEC])%Überträgt Werte aus einem Array in eine Tabelle
pg_last_error%string pg_last_error([resource $connection])%Gibt die letzte Fehlermeldung einer Verbindung zurück
pg_last_notice%string pg_last_notice(resource $connection)%Gibt die letzte NOTICE-Meldung des PostgreSQL-Servers zurück
pg_last_oid%string pg_last_oid(resource $result)%Gibt den Objektbezeichner (OID) des zuletzt eingefügten Datensatzes zurück
pg_lo_close%bool pg_lo_close(resource $large_object)%Schließt ein Large Object
pg_lo_create%int pg_lo_create([resource $connection], [mixed $object_id], mixed $object_id)%Erzeugt ein Large Object
pg_lo_export%bool pg_lo_export([resource $connection], int $oid, string $pathname)%Exportiert ein Large Object in eine Datei
pg_lo_import%int pg_lo_import([resource $connection], string $pathname, mixed $object_id)%Importiert ein Large Object aus einer Datei
pg_lo_open%resource pg_lo_open(resource $connection, int $oid, string $mode)%Öffnet ein Large Object
pg_lo_read%string pg_lo_read(resource $large_object, [int $len])%Liest ein Large Object
pg_lo_read_all%int pg_lo_read_all(resource $large_object)%Liest ein Large Object vollständig und reicht es direkt an den      Browser weiter
pg_lo_seek%bool pg_lo_seek(resource $large_object, int $offset, [int $whence = PGSQL_SEEK_CUR])%Setzt die Lese- oder Schreibposition in einem Large Object
pg_lo_tell%int pg_lo_tell(resource $large_object)%Gibt die aktuelle Lese- oder Schreibposition in einem Large Object zurück
pg_lo_unlink%bool pg_lo_unlink(resource $connection, int $oid)%Löscht ein Large Object
pg_lo_write%int pg_lo_write(resource $large_object, string $data, [int $len])%Schreibt in ein Large Object
pg_meta_data%array pg_meta_data(resource $connection, string $table_name)%Gibt Metadaten einer Tabelle als Array zurück
pg_num_fields%int pg_num_fields(resource $result)%Gibt die Anzahl der Felder in einem Abfrageergebnis zurück
pg_num_rows%int pg_num_rows(resource $result)%Gibt die Anzahl der Zeilen in einem Abfrageergebnis zurück
pg_options%string pg_options([resource $connection])%Gibt die Verbindungsoptionen der aktuellen Verbindung zurück
pg_parameter_status%string pg_parameter_status([resource $connection], string $param_name)%Gibt den Wert einer aktuellen Server-Einstellung zurück
pg_pconnect%resource pg_pconnect(string $connection_string, [int $connect_type])%Öffnet eine persistente PostgreSQL-Verbindung
pg_ping%bool pg_ping([resource $connection])%Prüft die Datenbankverbindung
pg_port%int pg_port([resource $connection])%Gibt die Portnummer zurück, über die die Verbindung aufgebaut wurde
pg_prepare%resource pg_prepare([resource $connection], string $stmtname, string $query)%Sendet eine Aufforderung an den Server, eine vorbereitete Anfrage mit den    übergebenen Parametern zu erzeugen und wartet auf ihre Beendigung.
pg_put_line%bool pg_put_line([resource $connection], string $data)%Sendet eine NULL-terminierte Zeichenkette zum PostgreSQL-Server
pg_query%resource pg_query([resource $connection], string $query)%Führt eine Abfrage aus
pg_query_params%resource pg_query_params([resource $connection], string $query, array $params)%Sendet ein Kommando zum Server und wartet seine Ausführung   ab. Getrennt vom SQL-Kommando können dabei Parameter übergeben werden.
pg_result_error%string pg_result_error(resource $result)%Gibt die mit der Ergebniskennung verknüpfte Fehlermeldung zurück
pg_result_error_field%string pg_result_error_field(resource $result, int $fieldcode)%Gibt den Inhalt eines bestimmtes Feldes zu einer Fehlermeldung zurück
pg_result_seek%bool pg_result_seek(resource $result, int $offset)%Setzt den internen Datensatzzeiger auf die angegebene   Position in einem Abfrageergebnis
pg_result_status%mixed pg_result_status(resource $result, [int $type])%Gibt den Status eines Abfrageergebnisses zurück
pg_select%mixed pg_select(resource $connection, string $table_name, array $assoc_array, [int $options = PGSQL_DML_EXEC])%Wählt Datensätze aus
pg_send_execute%bool pg_send_execute(resource $connection, string $stmtname, array $params)%Sendet eine Aufforderung an den Server, eine vorbereitete Abfrage mit den     übergebenen Parametern auszuführen, ohne auf die Ergebnisse zu warten.
pg_send_prepare%bool pg_send_prepare(resource $connection, string $stmtname, string $query)%Sendet eine Aufforderung an den Server, eine vorbereitete Abfrage mit den    übergebenen Parametern zu erzeugen, ohne auf ihre Beendigung zu warten.
pg_send_query%bool pg_send_query(resource $connection, string $query)%Sendet eine asynchrone Abfrage
pg_send_query_params%bool pg_send_query_params(resource $connection, string $query, array $params)%Sendet ein Kommando und separate Parameter zum Server,   ohne auf die Rückgabe der Ergebnisse zu warten
pg_set_client_encoding%int pg_set_client_encoding([resource $connection], string $encoding)%Setzt die Kodierung des Clients
pg_set_error_verbosity%int pg_set_error_verbosity([resource $connection], int $verbosity)%Bestimmt den Detaillierungsgrad von Fehlermeldungen, die von    pg_last_error und pg_result_error zurückgegeben werden.
pg_trace%bool pg_trace(string $pathname, [string $mode = "w"], [resource $connection])%Ermöglicht die Ablaufverfolgung einer Verbindung
pg_transaction_status%int pg_transaction_status(resource $connection)%Gibt den aktuellen Transaktionsstatus des Servers zurück
pg_tty%string pg_tty([resource $connection])%Gibt den TTY Namen für die Verbindung zurück
pg_unescape_bytea%string pg_unescape_bytea(string $data)%Entfernt Maskierungen für den Typ bytea
pg_untrace%bool pg_untrace([resource $connection])%Beendet die Ablaufverfolgung einer PostgreSQL-Verbindung
pg_update%mixed pg_update(resource $connection, string $table_name, array $data, array $condition, [int $options = PGSQL_DML_EXEC])%Aktualisiert eine Tabelle
pg_version%array pg_version([resource $connection])%Gibt ein Array zurück, das die Versionen von Client,     Protokoll und Server enthält (falls verfügbar).
php_check_syntax%bool php_check_syntax(string $filename, [string $error_message])%Check the PHP syntax of (and execute) the specified file
php_ini_loaded_file%string php_ini_loaded_file()%Retrieve a path to the loaded php.ini file
php_ini_scanned_files%string php_ini_scanned_files()%Return a list of .ini files parsed from the additional ini dir
php_logo_guid%string php_logo_guid()%Die GUID des PHP-Logos
php_sapi_name%string php_sapi_name()%Gibt das genutzte Interface zwischen PHP und dem Webserver zurück
php_strip_whitespace%string php_strip_whitespace(string $filename)%Return source with stripped comments and whitespace
php_uname%string php_uname([string $mode = "a"])%Returns information about the operating system PHP is running on
phpcredits%bool phpcredits([int $flag = CREDITS_ALL])%Prints out the credits for PHP
phpinfo%bool phpinfo([int $what = INFO_ALL])%Gibt Informationen zur PHP-Konfiguration aus
phpversion%string phpversion([string $extension])%Liefert die aktuelle PHP-Version
pi%float pi()%Liefert den Wert von Pi
png2wbmp%bool png2wbmp(string $pngname, string $wbmpname, int $dest_height, int $dest_width, int $threshold)%Convert PNG image file to WBMP image file
popen%void popen()%Öffnet einen Prozesszeiger
pos%void pos()%Alias von current
posix_access%bool posix_access(string $file, [int $mode = POSIX_F_OK])%Ermittelt die Zugriffsberechtigungen einer Datei
posix_ctermid%Zeichenkette posix_ctermid()%Liefert den Pfad des kontrollierenden Terminals
posix_errno%void posix_errno()%Alias von posix_get_last_error
posix_get_last_error%int posix_get_last_error()%Liefert die von der letzten fehlgeschlagenen Posix-Funktion gesetzte Fehlernummer
posix_getcwd%string posix_getcwd()%Pfadname des aktuellen Verzeichnisses
posix_getegid%int posix_getegid()%Liefert die effektive Gruppen-ID des aktuellen Prozesses
posix_geteuid%int posix_geteuid()%Liefert die effektive Benutzer-ID des aktuellen Prozesses
posix_getgid%int posix_getgid()%Liefert die reale Gruppen-ID des aktuellen Prozesses
posix_getgrgid%array posix_getgrgid(int $gid)%Liefert zu einer Gruppen-ID Informationen über diese Gruppe
posix_getgrnam%array posix_getgrnam(string $name)%Liefert zu einem Gruppennamen Informationen über diese Gruppe
posix_getgroups%array posix_getgroups()%Liefert die Gruppenliste des aktuellen Prozesses
posix_getlogin%string posix_getlogin()%Liefert den Loginnamen
posix_getpgid%int posix_getpgid(int $pid)%Liefert die Prozessgruppenkennung (Process Group ID) für die Job-Kontrolle
posix_getpgrp%int posix_getpgrp()%Liefert die Prozessgruppenkennung des aktuellen Prozesses
posix_getpid%int posix_getpid()%Liefert die aktuelle Prozesskennung
posix_getppid%int posix_getppid()%Liefert die Prozesskennung des Elternprozesses
posix_getpwnam%Array posix_getpwnam(string $username)%Liefert zu einem Benutzernamen Informationen über diese Benutzerin
posix_getpwuid%Array posix_getpwuid(int $uid)%Liefert zu einer Benutzer-ID Informationen über diese Benutzerin
posix_getrlimit%Array posix_getrlimit()%Liefert Informationen über Systemressourcen-Limits
posix_getsid%int posix_getsid(int $pid)%Liefert die aktuelle Session-ID (sid) des Prozesses
posix_getuid%int posix_getuid()%Liefert die reale Benutzer-ID des aktuellen Prozesses
posix_initgroups%bool posix_initgroups(string $name, int $base_group_id)%Ermittelt die Gruppenzugriffsliste
posix_isatty%bool posix_isatty(int $fd)%Ermittelt, ob ein Dateideskriptor ein interaktives Terminal ist
posix_kill%bool posix_kill(int $pid, int $sig)%Sendet einem Prozess ein Signal
posix_mkfifo%bool posix_mkfifo(string $pathname, int $mode)%Erzeugt eine "FIFO special"-Datei (named pipe)
posix_mknod%bool posix_mknod(string $pathname, int $mode, [int $major], [int $minor])%Erzeugt eine spezielle oder eine gewöhnliche Datei (POSIX.1)
posix_setegid%bool posix_setegid(int $gid)%Setzt die effektive Gruppen-ID des aktuellen Prozesses
posix_seteuid%bool posix_seteuid(int $uid)%Setzt die effektive Benutzer-ID des aktuellen Prozesses
posix_setgid%bool posix_setgid(int $gid)%Setzt die Gruppen-ID des aktuellen Prozesses
posix_setpgid%bool posix_setpgid(int $pid, int $pgid)%Setzt die Prozessgruppenkennung (Process Group ID) für die Job-Kontrolle
posix_setsid%int posix_setsid()%Macht den aktuellen Prozess zum Prozessgruppen-Führer
posix_setuid%bool posix_setuid(int $uid)%Setzt die Benutzer-ID des aktuellen Prozesses
posix_strerror%string posix_strerror(int $errno)%Liefert die System-Fehlermeldung, die zur angegebenen Fehlernummer gehört
posix_times%array posix_times()%Liefert Rechenzeiten
posix_ttyname%String posix_ttyname(int $fd)%Ermittelt den Namen des Terminal-Devices
posix_uname%array posix_uname()%Liefert Auskunft über das System
pow%float pow(number $base, number $exp)%Potenzfunktion
preg_filter%mixed preg_filter(mixed $pattern, mixed $replacement, mixed $subject, [int $limit = -1], [int $count])%Sucht und ersetzt mit regulären Ausdrücken
preg_grep%array preg_grep(string $pattern, array $input, [int $flags])%Liefert Array-Elemente, die auf ein Suchmuster passen
preg_last_error%int preg_last_error()%Liefert den Fehlercode der letzten PCRE RegEx-Auswertung
preg_match%int preg_match(string $pattern, string $subject, [array $matches], [int $flags], [int $offset])%Führt eine Suche mit einem regulären Ausdruck durch
preg_match_all%int preg_match_all(string $pattern, string $subject, array $matches, [int $flags], [int $offset])%Führt eine umfassende Suche nach Übereinstimmungen mit regulärem Ausdruck durch
preg_quote%string preg_quote(string $str, [string $delimiter = NULL])%Maskiert Zeichen regulärer Ausdrücke
preg_replace%mixed preg_replace(mixed $pattern, mixed $replacement, mixed $subject, [int $limit = -1], [int $count])%Sucht und ersetzt mit regulären Ausdrücken
preg_replace_callback%mixed preg_replace_callback(mixed $pattern, callback $callback, mixed $subject, [int $limit = -1], [int $count])%Sucht und ersetzt einen regulären Ausdruck unter Verwendung eines Callbacks
preg_split%array preg_split(string $pattern, string $subject, [int $limit = -1], [int $flags])%Zerlegt eine Zeichenkette anhand eines regulären Ausdrucks
prev%boolean prev(array $array)%Verkleinert den internen Zeiger eines Arrays
print%int print(string $arg)%Ausgabe eines Strings
print_r%mixed print_r(mixed $expression, [bool $return = false])%Gibt Variablen-Informationen in lesbarer Form aus
printf%int printf(string $format, [mixed $args], [mixed ...])%Gibt einen formatierten String aus
proc_close%int proc_close(resource $process)%Schließt einen Prozess, der mit proc_open    gestartet wurde und gibt den Exitcode dieses Prozesses zurück
proc_get_status%array proc_get_status(resource $process)%Liefert Informationen über einen mit proc_open    gestarteten Prozess
proc_nice%bool proc_nice(int $increment)%Ändert die Priorität des aktuellen Prozesses
proc_open%resource proc_open(string $cmd, array $descriptorspec, array $pipes, [string $cwd], [array $env], [array $other_options])%Führt ein Kommando aus und öffnet Dateizeiger für die Ein- und Ausgabe
proc_terminate%bool proc_terminate(resource $process, [int $signal = 15])%Beendet einen von proc_open gestarteten Prozess
property_exists%bool property_exists(mixed $class, string $property)%Checks if the object or class has a property
pspell_add_to_personal%bool pspell_add_to_personal(int $dictionary_link, string $word)%Fügt der persönlichen Wortliste ein Wort hinzu
pspell_add_to_session%bool pspell_add_to_session(int $dictionary_link, string $word)%Fügt der Wortliste der aktuellen Sitzung ein Wort hinzu
pspell_check%bool pspell_check(int $dictionary_link, string $word)%Überprüft ein Wort
pspell_clear_session%bool pspell_clear_session(int $dictionary_link)%Löscht die aktuelle Sitzung
pspell_config_create%int pspell_config_create(string $language, [string $spelling], [string $jargon], [string $encoding])%Erzeugt eine Konfiguration zum Öffnen eines Wörterbuchs
pspell_config_data_dir%bool pspell_config_data_dir(int $conf, string $directory)%Ort der Dateien mit den Daten für die Sprachen
pspell_config_dict_dir%bool pspell_config_dict_dir(int $conf, string $directory)%Ort der Haupt-Wortliste
pspell_config_ignore%bool pspell_config_ignore(int $dictionary_link, int $n)%Ignoriert Wörter mit weniger als N Buchstaben
pspell_config_mode%bool pspell_config_mode(int $dictionary_link, int $mode)%Ändert den Modus für die Anzahl gelieferter Vorschläge
pspell_config_personal%bool pspell_config_personal(int $dictionary_link, string $file)%Legt die Datei fest, die die persönliche Wortliste enthält
pspell_config_repl%bool pspell_config_repl(int $dictionary_link, string $file)%Legt die Datei fest, welche die Ersetzen-Paare enthält
pspell_config_runtogether%bool pspell_config_runtogether(int $dictionary_link, bool $flag)%Betrachtet zusammengesetzte Wörter als gültige Verbindungen
pspell_config_save_repl%bool pspell_config_save_repl(int $dictionary_link, bool $flag)%Bestimmt, ob Ersetzen-Paare zusammen mit der Wortliste gespeichert werden
pspell_new%int pspell_new(string $language, [string $spelling], [string $jargon], [string $encoding], [int $mode])%Lädt ein neues Wörterbuch
pspell_new_config%int pspell_new_config(int $config)%Lädt ein neues Wörterbuch mit den Einstellungen einer angegebenen Konfiguration
pspell_new_personal%int pspell_new_personal(string $personal, string $language, [string $spelling], [string $jargon], [string $encoding], [int $mode])%Lädt ein neues Wörterbuch mit persönlicher Wortliste
pspell_save_wordlist%bool pspell_save_wordlist(int $dictionary_link)%Speichert die persönliche Wortliste in einer Datei
pspell_store_replacement%bool pspell_store_replacement(int $dictionary_link, string $misspelled, string $correct)%Speichert das Ersetzen-Paar für ein Wort
pspell_suggest%array pspell_suggest(int $dictionary_link, string $word)%Macht Vorschläge für die Schreibweise eines Wortes
putenv%void putenv()%Setzt den Wert einer Umgebungsvariablen.
quoted_printable_decode%string quoted_printable_decode(string $str)%Konvertiert einen "quoted-printable"-String in einen 8-Bit-String
quoted_printable_encode%string quoted_printable_encode(string $str)%Convert a 8 bit string to a quoted-printable string
quotemeta%string quotemeta(string $str)%Quoten von Meta-Zeichen
rad2deg%float rad2deg(float $number)%Umrechnung von Bogenmaß in Grad
rand%int rand(int $min, int $max)%Erzeugt einen zufälligen Integerwert
range%array range(mixed $low, mixed $high, [number $step])%Erstellt ein Array mit einem Bereich von Elementen
rawurldecode%string rawurldecode(string $str)%Dekodiert URL-kodierte Strings
rawurlencode%string rawurlencode(string $str)%URL-Kodierung nach RFC 1738
read_exif_data%void read_exif_data()%Alias von exif_read_data
readdir%string readdir([resource $dir_handle])%Liest einen Eintrag aus einem Verzeichnis-Handle
readfile%void readfile()%Gibt eine Datei aus
readgzfile%int readgzfile(string $filename, [int $use_include_path])%Gibt eine gz-komprimierte Datei aus
readline%string readline([string $prompt])%Liest eine Zeile
readline_add_history%bool readline_add_history(string $line)%Fügt eine Zeile zur History hinzu
readline_callback_handler_install%bool readline_callback_handler_install(string $prompt, callback $callback)%Initialisiert das readline-Callback-Interface und das Terminal,    gibt den Prompt aus und springt direkt zurück
readline_callback_handler_remove%bool readline_callback_handler_remove()%Entfernt den letztdefinierten Callbackhandler und setzt die    Terminalumgebung auf die Ursprungswerte zurück
readline_callback_read_char%void readline_callback_read_char()%Liest ein Zeichen und informiert das readline-Callback-Interface, wenn die Eingabezeile abgeschlossen wurde
readline_clear_history%bool readline_clear_history()%Löscht die History
readline_completion_function%bool readline_completion_function(callback $function)%Registriert eine Vervollständigungsfunktion
readline_info%mixed readline_info([string $varname], [string $newvalue])%Liest/Setzt verschiedene interne readline-Variablen
readline_list_history%array readline_list_history()%Auflistung der History
readline_on_new_line%void readline_on_new_line()%Informiert readline, dass der Cursor in eine neue Zeile bewegt wurde
readline_read_history%bool readline_read_history([string $filename])%Liest die History
readline_redisplay%void readline_redisplay()%Zeichnet den Bildschirm neu
readline_write_history%bool readline_write_history([string $filename])%Schreibt die History
readlink%void readlink()%Liefert das Ziel eines symbolischen Links
realpath%void realpath()%Erzeugt einen kanonisch absoluten Pfadnamen
realpath_cache_get%array realpath_cache_get()%Get realpath cache entries
realpath_cache_size%int realpath_cache_size()%Get realpath cache size
recode%void recode()%Alias von recode_string
recode_file%bool recode_file(string $request, resource $input, resource $output)%Umkodierung von Dateien entsprechend der Recode-Anweisung
recode_string%string recode_string(string $request, string $string)%Umkodierung eines Strings entsprechend einer Recode-Anweisung
register_shutdown_function%void register_shutdown_function()%Registriert eine Funktion zur Ausführung beim Skript-Abschluss
register_tick_function%bool register_tick_function(callback $function, [mixed $arg], [mixed ...])%Register a function for execution on each tick
rename%void rename()%Benennt eine Datei oder ein Verzeichnis um
require%bool require(string $path)%Includes and evaluates the specified file, erroring if the file cannot be included
require_once%bool require_once(string $path)%Includes and evaluates the specified file, erroring if the file cannot be included
reset%mixed reset(array $array)%Setzt den internen Zeiger eines Arrays auf sein erstes Element
resourcebundle_count%int resourcebundle_count(ResourceBundle $r)%Get number of elements in the bundle
resourcebundle_create%ResourceBundle resourcebundle_create(string $locale, string $bundlename, [bool $fallback], string $locale, string $bundlename, [bool $fallback], string $locale, string $bundlename, [bool $fallback])%Create a resource bundle
resourcebundle_get%mixed resourcebundle_get(string|int $index, ResourceBundle $r, string|int $index)%Get data from the bundle
resourcebundle_get_error_code%int resourcebundle_get_error_code(ResourceBundle $r)%Get bundle's last error code.
resourcebundle_get_error_message%string resourcebundle_get_error_message(ResourceBundle $r)%Get bundle's last error message.
resourcebundle_locales%array resourcebundle_locales(ResourceBundle $r)%Get supported locales
restore_error_handler%bool restore_error_handler()%Rekonstruiert die zuvor benutzte Fehlerbehandlungsfunktion
restore_exception_handler%bool restore_exception_handler()%Stellt den vorherigen Exceptionhandler wieder her
restore_include_path%void restore_include_path()%Restores the value of the include_path configuration option
rewind%void rewind()%Setzt den Dateizeiger auf das erste Byte der Datei
rewinddir%void rewinddir([resource $dir_handle])%Zurücksetzen des Verzeichnis-Handles
rmdir%void rmdir()%Löscht ein Verzeichnis
round%float round(float $val, [int $precision], [int $mode = PHP_ROUND_HALF_UP])%Rundet einen Fließkommawert
rsort%bool rsort(array $array, [int $sort_flags = SORT_REGULAR])%Sortiert ein Array in umgekehrter Reihenfolge
rtrim%string rtrim(string $str, [string $charlist])%Entfernt Leerraum (oder andere Zeichen) vom Ende eines Strings
scandir%Array scandir(string $directory, [int $sorting_order], [resource $context])%Listet Dateien und Verzeichnisse innerhalb eines angegebenen    Pfades auf
sem_acquire%bool sem_acquire(resource $sem_identifier)%Zugriff auf Semaphor anfordern
sem_get%resource sem_get(int $key, [int $max_acquire], [int $perm], [int $auto_release])%Zugriff auf ein Semaphor anfordern
sem_release%bool sem_release(resource $sem_identifier)%Semaphor freigeben
sem_remove%bool sem_remove(resource $sem_identifier)%Semaphor entfernen
serialize%string serialize(mixed $value)%Erzeugt eine speicherbare Repräsentation eines Wertes
session_cache_expire%int session_cache_expire([string $new_cache_expire])%Liefert die aktuelle Cache-Verfallszeit
session_cache_limiter%string session_cache_limiter([string $cache_limiter])%Liefert und/oder setzt die aktuelle Cacheverwaltung
session_commit%void session_commit()%Alias von session_write_close
session_decode%bool session_decode(string $data)%Dekodiert die Daten einer Session aus einer Zeichenkette
session_destroy%bool session_destroy()%Löscht alle in einer Session registrierten Daten
session_encode%string session_encode()%Kodiert die Daten der aktuellen Session als Zeichenkette
session_get_cookie_params%array session_get_cookie_params()%Liefert die Session-Cookie Parameter
session_id%string session_id([string $id])%Liefert und/oder setzt die aktuelle Session-ID
session_is_registered%bool session_is_registered(string $name)%Überprüft, ob eine globale Variable in einer Session registriert ist
session_module_name%string session_module_name([string $module])%Liefert und/oder setzt das aktuelle Session-Modul
session_name%string session_name([string $name])%Liefert und/oder setzt den Namen der aktuellen Session
session_regenerate_id%bool session_regenerate_id([bool $delete_old_session = false])%Ersetzt die aktuelle Session-ID durch eine neu erzeugte
session_register%bool session_register(mixed $name, [mixed ...])%Registriert eine oder mehrere globale Variablen in der aktuellen Session
session_save_path%string session_save_path([string $path])%Liefert und/oder setzt den aktuellen Speicherpfad der Session
session_set_cookie_params%void session_set_cookie_params(int $lifetime, [string $path], [string $domain], [bool $secure = false], [bool $httponly = false])%Setzt die Session-Cookie Parameter
session_set_save_handler%bool session_set_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)%Setzt benutzerdefinierte Session-Speicherfunktionen
session_start%bool session_start()%Initialisiert eine Session
session_unregister%bool session_unregister(string $name)%Hebt die Registrierung einer globalen Variablen in der aktuellen Session auf
session_unset%void session_unset()%Löscht alle Session-Variablen
session_write_close%void session_write_close()%Speichert die Session-Daten und beendet die Session
set_error_handler%mixed set_error_handler(callback $error_handler, [int $error_types = E_ALL | E_STRICT])%Bestimmt eine benutzerdefinierte Funktion zur Fehlerbehandlung
set_exception_handler%string set_exception_handler(callback $exception_handler)%Installiert einen benutzerdefinierten Exceptionhandler
set_file_buffer%void set_file_buffer()%Alias von stream_set_write_buffer
set_include_path%string set_include_path(string $new_include_path)%Sets the include_path configuration option
set_magic_quotes_runtime%void set_magic_quotes_runtime()%Setzt magic_quotes_runtime
set_socket_blocking%void set_socket_blocking()%Alias von stream_set_blocking
set_time_limit%void set_time_limit(int $seconds)%Legt die maximale Ausführungszeit fest
setcookie%bool setcookie(string $name, [string $value], [int $expire], [string $path], [string $domain], [bool $secure = false], [bool $httponly = false])%Sendet ein Cookie
setlocale%string setlocale(int $category, string $locale, [string ...], int $category, array $locale)%Setzt Locale Informationen
setrawcookie%bool setrawcookie(string $name, [string $value], [int $expire], [string $path], [string $domain], [bool $secure = false], [bool $httponly = false])%Sendet ein Cookie, ohne seinen Wert zu URL-kodieren
settype%bool settype(mixed $var, string $type)%Legt den Typ einer Variablen fest
sha1%string sha1(string $str, [bool $raw_output = false])%Berechnet den SHA1-Hash eines Strings
sha1_file%string sha1_file(string $filename, [bool $raw_output = false])%Berechnet den SHA1-Hash einer Datei
shell_exec%string shell_exec(string $cmd)%Führt ein Kommando auf der Shell aus und gibt den kompletten    Output als String zurück
shm_attach%resource shm_attach(int $key, [int $memsize], [int $perm])%Shared Memory Segment anlegen oder anbinden
shm_detach%bool shm_detach(resource $shm_identifier)%Anbindung an ein Shared Memory-Segment beenden
shm_get_var%mixed shm_get_var(resource $shm_identifier, int $variable_key)%Liest eine Variable aus dem Shared Memory
shm_has_var%bool shm_has_var(resource $shm_identifier, int $variable_key)%Check whether a specific entry exists
shm_put_var%bool shm_put_var(resource $shm_identifier, int $variable_key, mixed $variable)%Aktualisiert eine Variable im Shared Memory
shm_remove%bool shm_remove(resource $shm_identifier)%Entfernt ein Shared Memory-Segment unter UNIX
shm_remove_var%bool shm_remove_var(resource $shm_identifier, int $variable_key)%Entfernt eine Variable aus dem Shared Memory
shmop_close%void shmop_close(int $shmid)%Schließt einen gemeinsamen Speicherblock
shmop_delete%bool shmop_delete(int $shmid)%Einen gemeinsamen Speicherblock löschen
shmop_open%int shmop_open(int $key, string $flags, int $mode, int $size)%Erstellt oder öffnet einen gemeinsamen Speicherblock
shmop_read%string shmop_read(int $shmid, int $start, int $count)%Liest Daten aus einem gemeinsam genutzten Speicherbereich
shmop_size%int shmop_size(int $shmid)%Gibt die Größe des gemeinsamen Speicherblocks zurück
shmop_write%int shmop_write(int $shmid, string $data, int $offset)%Schreibt Daten in einen gemeinsamen Speicherblock
show_source%void show_source()%Alias von highlight_file
shuffle%bool shuffle(array $array)%Mischt die Elemente eines Arrays
similar_text%int similar_text(string $first, string $second, [float $percent])%Berechnet die Ähnlichkeit zweier Zeichenketten
simplexml_import_dom%SimpleXMLElement simplexml_import_dom(DOMNode $node, [string $class_name = "SimpleXMLElement"])%Erzeugt ein SimpleXMLElement-Objekt aus einem    DOM-Knoten
simplexml_load_file%object simplexml_load_file(string $filename, [string $class_name = "SimpleXMLElement"], [int $options], [string $ns], [bool $is_prefix = false])%Übersetzt ein XML-File in ein Objekt
simplexml_load_string%object simplexml_load_string(string $data, [string $class_name = "SimpleXMLElement"], [int $options], [string $ns], [bool $is_prefix = false])%Übersetzt einen XML-String in ein Objekt
sin%float sin(float $arg)%Sinus
sinh%float sinh(float $arg)%Sinus Hyperbolikus
sizeof%void sizeof()%Alias von count
sleep%int sleep(int $seconds)%Programmverzögerung
snmp2_get%string snmp2_get(string $host, string $community, string $object_id, [string $timeout], [string $retries])%Description
snmp2_getnext%string snmp2_getnext(string $host, string $community, string $object_id, [string $timeout], [string $retries])%Description
snmp2_real_walk%array snmp2_real_walk(string $host, string $community, string $object_id, [string $timeout], [string $retries])%Description
snmp2_set%bool snmp2_set(string $host, string $community, string $object_id, string $type, string $value, [string $timeout], [string $retries])%Description
snmp2_walk%array snmp2_walk(string $host, string $community, string $object_id, [string $timeout], [string $retries])%Description
snmp3_get%string snmp3_get(string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, [string $timeout], [string $retries])%Description
snmp3_getnext%string snmp3_getnext(string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, [string $timeout], [string $retries])%Description
snmp3_real_walk%array snmp3_real_walk(string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, [string $timeout], [string $retries])%Description
snmp3_set%bool snmp3_set(string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, string $type, string $value, [string $timeout], [string $retries])%Description
snmp3_walk%array snmp3_walk(string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, [string $timeout], [string $retries])%Description
snmp_get_quick_print%void snmp_get_quick_print()%Holt den aktuellen Wert der quick_print Einstellung der UCD Bibliothek
snmp_get_valueretrieval%int snmp_get_valueretrieval()%Return the method how the SNMP values will be returned
snmp_read_mib%bool snmp_read_mib(string $filename)%Reads and parses a MIB file into the active MIB tree
snmp_set_enum_print%void snmp_set_enum_print(int $enum_print)%Return all values that are enums with their enum value instead of the raw integer
snmp_set_oid_numeric_print%void snmp_set_oid_numeric_print(int $oid_numeric_print)%Return all objects including their respective object id within the specified one
snmp_set_oid_output_format%void snmp_set_oid_output_format(int $oid_format)%Set the OID output format
snmp_set_quick_print%void snmp_set_quick_print()%Setzt den Wert von quick_print innerhalb der UCD SNMP Bibliothek.
snmp_set_valueretrieval%void snmp_set_valueretrieval(int $method)%Specify the method how the SNMP values will be returned
snmpget%void snmpget()%Ein SNMP Objekt holen
snmpgetnext%string snmpgetnext(string $host, string $community, string $object_id, [int $timeout], [int $retries])%Fetch a SNMP object
snmprealwalk%array snmprealwalk(string $host, string $community, string $object_id, [int $timeout], [int $retries])%Return all objects including their respective object ID within the specified one
snmpset%void snmpset()%Setzt ein SNMP Objekt
snmpwalk%void snmpwalk()%Holt alle SNMP Objekte eines Agenten
snmpwalkoid%void snmpwalkoid()%Abfrage über einen Baum einer Netzwerkeinheit.
socket_accept%resource socket_accept(resource $socket)%Akzeptiert eine Verbindung an einem Socket
socket_bind%bool socket_bind(resource $socket, string $address, [int $port])%Verknüpft einen Socket mit einem Namen
socket_clear_error%void socket_clear_error([resource $socket])%Löscht entweder einen Fehler oder den letzten Fehlercode   eines Sockets
socket_close%void socket_close(resource $socket)%Schließt eine Socket-Verbindung
socket_connect%bool socket_connect(resource $socket, string $address, [int $port])%Baut eine Verbindung über einen Socket auf
socket_create%resource socket_create(int $domain, int $type, int $protocol)%Erzeugt einen Socket (Endpunkt für die Kommunikation)
socket_create_listen%resource socket_create_listen(int $port, [int $backlog = 128])%Öffnet einen Socket, um Verbindungen über einem gegebenen Port aufzubauen
socket_create_pair%bool socket_create_pair(int $domain, int $type, int $protocol, array $fd)%Erzeugt ein Paar nicht zu unterscheidender Sockets und speichert sie in einem Array
socket_get_option%mixed socket_get_option(resource $socket, int $level, int $optname)%Holt die Socket-Optionen für einen Socket
socket_get_status%void socket_get_status()%Alias von stream_get_meta_data
socket_getpeername%bool socket_getpeername(resource $socket, string $address, [int $port])%Fragt das entfernte Ende eines gegebenen Sockets ab. Das Ergebnis    ist vom Typ abhängig und ist entweder das Paar host/port oder ein Pfad des    Unix-Dateisystems
socket_getsockname%bool socket_getsockname(resource $socket, string $addr, [int $port])%Fragt das lokale Ende eines gegebenen Sockets ab. Das Ergebnis    ist vom Typ abhängig und ist entweder das Paar host/port oder ein Pfad des    Unix-Dateisystems
socket_last_error%int socket_last_error([resource $socket])%Gibt den letzten Fehler zurück, der an einem Socket aufgetreten ist
socket_listen%bool socket_listen(resource $socket, [int $backlog])%Hört einen Socket nach Verbindungsanforderungen ab
socket_read%string socket_read(resource $socket, int $length, [int $type = PHP_BINARY_READ])%Liest höchstens die angegebene Anzahl Bytes von einem Socket
socket_recv%int socket_recv(resource $socket, string $buf, int $len, int $flags)%Empfängt Daten von einem verbundenen Socket
socket_recvfrom%int socket_recvfrom(resource $socket, string $buf, int $len, int $flags, string $name, [int $port])%Empfängt Daten von einem Socket, egal, ob verbindungsorientiert oder nicht
socket_select%int socket_select(array $read, array $write, array $except, int $tv_sec, [int $tv_usec])%Führt einen select()-Systemaufruf auf den gegebenen Socket-Arrays aus, wobei ein Zeitlimit bestimmt wird
socket_send%int socket_send(resource $socket, string $buf, int $len, int $flags)%Sendet Daten an einen verbundenen Socket
socket_sendto%int socket_sendto(resource $socket, string $buf, int $len, int $flags, string $addr, [int $port])%Sendet eine Nachricht an einen Socket, egal ob dieser verbunden ist oder nicht
socket_set_block%bool socket_set_block(resource $socket)%Setzt einen Socket auf den blockieren-Modus
socket_set_blocking%void socket_set_blocking()%Alias von stream_set_blocking
socket_set_nonblock%bool socket_set_nonblock(resource $socket)%Setzt den nonblocking-Modus für den Datei-Deskriptor fd
socket_set_option%bool socket_set_option(resource $socket, int $level, int $optname, mixed $optval)%Setzt die Optionen für einen Socket
socket_set_timeout%void socket_set_timeout()%Alias von stream_set_timeout
socket_shutdown%bool socket_shutdown(resource $socket, [int $how = 2])%Schließt einen Socket der zum Senden, Empfangen oder beidem geöffnet wurde
socket_strerror%string socket_strerror(int $errno)%Gibt einen String zurück, der einen socket-Fehler beschreibt
socket_write%int socket_write(resource $socket, string $buffer, [int $length])%Schreibt in einen Socket
sort%bool sort(array $array, [int $sort_flags = SORT_REGULAR])%Sortiert ein Array
soundex%string soundex(string $str)%Berechnet die Laut-Ähnlichkeit eines Strings
spl_autoload%void spl_autoload(string $class_name, [string $file_extensions = spl_autoload_extensions()])%Default implementation for __autoload()
spl_autoload_call%void spl_autoload_call(string $class_name)%Try all registered __autoload() function to load the requested class
spl_autoload_extensions%string spl_autoload_extensions([string $file_extensions])%Register and return default file extensions for spl_autoload
spl_autoload_functions%array spl_autoload_functions()%Return all registered __autoload() functions
spl_autoload_register%bool spl_autoload_register([callback $autoload_function], [bool $throw = true], [bool $prepend = false])%Register given function as __autoload() implementation
spl_autoload_unregister%bool spl_autoload_unregister(mixed $autoload_function)%Unregister given function as __autoload() implementation
spl_classes%array spl_classes()%Return available SPL classes
spl_object_hash%string spl_object_hash(object $obj)%Return hash id for given object
split%array split(string $pattern, string $string, [int $limit])%Zerlegt eine Zeichenkette anhand eines regulären Ausdrucks in ein Array
spliti%array spliti(string $pattern, string $string, [int $limit])%Zerlegt eine Zeichenkette anhand eines regulären Ausdrucks ohne Berücksichtigung von Groß-/Kleinschreibung in ein Array
sprintf%string sprintf(string $format, [mixed $args], [mixed ...])%Gibt einen formatierten String zurück
sql_regcase%string sql_regcase(string $string)%Erstellt einen regulären Ausdruck für eine Suche nach Übereinstimmungen ohne Berücksichtigung von Groß-/Kleinschreibung
sqlite_array_query%array sqlite_array_query(resource $dbhandle, string $query, [int $result_type], [bool $decode_binary], string $query, resource $dbhandle, [int $result_type], [bool $decode_binary], string $query, [int $result_type], [bool $decode_binary])%Führt eine Datenbankabfrage durch und liefert das gesamte     Abfrageergebnis als Liste zurück
sqlite_busy_timeout%void sqlite_busy_timeout(resource $dbhandle, int $milliseconds, int $milliseconds)%Setzt die maximale Dauer für das Warten auf die Freigabe einer     Datenbank, oder sperrt das Warten selbst
sqlite_changes%int sqlite_changes(resource $dbhandle)%Liefert die Anzahl der vom letzten SQL-Befehl geänderten Datenbankeinträge.
sqlite_close%void sqlite_close(resource $dbhandle)%Schließt eine SQLite-Datenbankverbindung
sqlite_column%mixed sqlite_column(resource $result, mixed $index_or_name, [bool $decode_binary = true], mixed $index_or_name, [bool $decode_binary = true], mixed $index_or_name, [bool $decode_binary = true])%Holt eine Spalte des aktuellen Ergebnissatzes
sqlite_create_aggregate%void sqlite_create_aggregate(resource $dbhandle, string $function_name, callback $step_func, callback $finalize_func, [int $num_args = -1], string $function_name, callback $step_func, callback $finalize_func, [int $num_args = -1])%Registriert eine benutzerdefinierte Funktion, um SQL-Abfragen zu aggregieren
sqlite_create_function%void sqlite_create_function(resource $dbhandle, string $function_name, callback $callback, [int $num_args = -1], string $function_name, callback $callback, [int $num_args = -1])%Registriert eine "reguläre" nutzerdefinierte Funktion für den Gebrauch in SQL-Befehlen
sqlite_current%array sqlite_current(resource $result, [int $result_type = SQLITE_BOTH], [bool $decode_binary = true], [int $result_type = SQLITE_BOTH], [bool $decode_binary = true], [int $result_type = SQLITE_BOTH], [bool $decode_binary = true])%Holt die aktuelle Zeile als Array aus dem Abfrageergebnis
sqlite_error_string%string sqlite_error_string(int $error_code)%Liefert eine textuelle Beschreibung eines Fehler-Codes
sqlite_escape_string%string sqlite_escape_string(string $item)%Bereitet einen String für die Verwendung als SQL-Parameter auf
sqlite_exec%bool sqlite_exec(resource $dbhandle, string $query, [string $error_msg], string $query, resource $dbhandle, string $query, [string $error_msg])%Führt eine ergebnislose Abfrage in einer definierten Datenbank aus
sqlite_factory%SQLiteDatabase sqlite_factory(string $filename, [int $mode = 0666], [string $error_message])%Öffnet eine SQLite-Datenbank und gibt ein SQLiteDatabase-Objekt zurück
sqlite_fetch_all%array sqlite_fetch_all(resource $result, [int $result_type = SQLITE_BOTH], [bool $decode_binary = true], [int $result_type = SQLITE_BOTH], [bool $decode_binary = true], [int $result_type = SQLITE_BOTH], [bool $decode_binary = true])%Holt sich alle Reihen eines Abfrageergebnisses und liefert sie als Array im     Array zurück
sqlite_fetch_array%array sqlite_fetch_array(resource $result, [int $result_type = SQLITE_BOTH], [bool $decode_binary = true], [int $result_type = SQLITE_BOTH], [bool $decode_binary = true], [int $result_type = SQLITE_BOTH], [bool $decode_binary = true])%Liest die nächste Zeile aus dem Datenbankergebnis und gibt sie    als Array zurück
sqlite_fetch_column_types%array sqlite_fetch_column_types(string $table_name, resource $dbhandle, [int $result_type], string $table_name, [int $result_type])%Liefert ein Array mit den Spaltentypen einer bestimmten Tabelle
sqlite_fetch_object%object sqlite_fetch_object(resource $result, [string $class_name], [array $ctor_params], [bool $decode_binary = true], [string $class_name], [array $ctor_params], [bool $decode_binary = true], [string $class_name], [array $ctor_params], [bool $decode_binary = true])%Holt sich die nächste Reihe des Ergebnisses und gibt diese als Objekt zurück
sqlite_fetch_single%string sqlite_fetch_single(resource $result, [bool $decode_binary = true], [bool $decode_binary = true], [bool $decode_binary = true])%Holt sich die erste Spalte eines Abfrageergebnisses als String
sqlite_fetch_string%void sqlite_fetch_string()%Alias von sqlite_fetch_single
sqlite_field_name%string sqlite_field_name(resource $result, int $field_index, int $field_index, int $field_index)%Gibt den Namen eines Feldes zurück
sqlite_has_more%bool sqlite_has_more(resource $result)%Findet heraus, ob noch Reihen im Ergebnis vorhanden sind
sqlite_has_prev%bool sqlite_has_prev(resource $result)%Gibt zurück, ob eine vorige Reihe existiert oder nicht
sqlite_key%int sqlite_key(resource $result)%Liefert den aktuellen Zeilenindex
sqlite_last_error%int sqlite_last_error(resource $dbhandle)%Liefert den Fehlercode des letzten Fehlers einer Datenbank
sqlite_last_insert_rowid%int sqlite_last_insert_rowid(resource $dbhandle)%Liefert die Zeilenidentifikation der zuletzt eingefügten Reihe zurück
sqlite_libencoding%string sqlite_libencoding()%Liefert die Kodierung der verwendeten SQLite-Bibliothek zurück
sqlite_libversion%string sqlite_libversion()%Liefert die Version der genutzten SQLite-Bibliothek
sqlite_next%bool sqlite_next(resource $result)%Wechselt zu der nächsten Zeilennummer
sqlite_num_fields%int sqlite_num_fields(resource $result)%Liefert die Anzahl der Felder eines Abfrageergebnisses zurück
sqlite_num_rows%int sqlite_num_rows(resource $result)%Liefert die Anzahl an Reihen eines gepufferten Abfrageergebnisses zurück
sqlite_open%resource sqlite_open(string $filename, [int $mode = 0666], [string $error_message], string $filename, [int $mode = 0666], [string $error_message])%Öffnet eine SQLite-Datenbank und erzeugt die Datenbank, wenn diese nicht existiert.
sqlite_popen%resource sqlite_popen(string $filename, [int $mode = 0666], [string $error_message])%Öffnet eine persistente Verbindung zu einer SQLite-Datenbank und erzeugt diese im Bedarfsfall
sqlite_prev%bool sqlite_prev(resource $result)%Springt zur vorige Zeile
sqlite_query%SQLiteResult sqlite_query(resource $dbhandle, string $query, [int $result_type], [string $error_msg], string $query, resource $dbhandle, [int $result_type], [string $error_msg], string $query, [int $result_type], [string $error_msg])%Führt auf einer Datenbank eine Abfrage durch und liefert das Abfrageergebnis zurück
sqlite_rewind%bool sqlite_rewind(resource $result)%Springt zur ersten Zeile
sqlite_seek%bool sqlite_seek(resource $result, int $rownum, int $rownum)%Wechselt zu einer Reihe in einem gepufferten Abfrageergebnis
sqlite_single_query%array sqlite_single_query(resource $db, string $query, [bool $first_row_only], [bool $decode_binary], string $query, [bool $first_row_only], [bool $decode_binary])%Führt eine Query aus und liefert ein Array für eine einzige Spalte oder den Wert der ersten Reihe.
sqlite_udf_decode_binary%string sqlite_udf_decode_binary(string $data)%Dekodiert Binärdaten und reicht diese als Parameter weiter zu einer benutzerdefinierten Funktion (UDF)
sqlite_udf_encode_binary%string sqlite_udf_encode_binary(string $data)%Kodiert Binärdaten bevor sie von einer benutzerdefinierten Funktion (UDF) zurückgegeben werden
sqlite_unbuffered_query%SQLiteUnbuffered sqlite_unbuffered_query(resource $dbhandle, string $query, [int $result_type], [string $error_msg], string $query, resource $dbhandle, [int $result_type], [string $error_msg], string $query, [int $result_type], [string $error_msg])%Führt eine Abfrage aus, aber übernimmt die Daten nicht gleich   ins PHP
sqlite_valid%bool sqlite_valid(resource $result)%Gibt an, ob weitere Zeilen zur Verfügung stehen
sqrt%float sqrt(float $arg)%Quadratwurzel
srand%void srand([int $seed])%Anfangswert für Zufallsgenerator festlegen
sscanf%mixed sscanf(string $str, string $format, [mixed ...])%Überträgt einen String in ein angegebenes Format
stat%array stat(string $filename)%Sammelt Informationen über eine Datei
stats_absolute_deviation%float stats_absolute_deviation(array $a)%Returns the absolute deviation of an array of values
stats_cdf_beta%float stats_cdf_beta(float $par1, float $par2, float $par3, int $which)%CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others.
stats_cdf_binomial%float stats_cdf_binomial(float $par1, float $par2, float $par3, int $which)%Calculates any one parameter of the binomial distribution given values for the others.
stats_cdf_cauchy%float stats_cdf_cauchy(float $par1, float $par2, float $par3, int $which)%Not documented
stats_cdf_chisquare%float stats_cdf_chisquare(float $par1, float $par2, int $which)%Calculates any one parameter of the chi-square distribution given values for the others.
stats_cdf_exponential%float stats_cdf_exponential(float $par1, float $par2, int $which)%Not documented
stats_cdf_f%float stats_cdf_f(float $par1, float $par2, float $par3, int $which)%Calculates any one parameter of the F distribution given values for the others.
stats_cdf_gamma%float stats_cdf_gamma(float $par1, float $par2, float $par3, int $which)%Calculates any one parameter of the gamma distribution given values for the others.
stats_cdf_laplace%float stats_cdf_laplace(float $par1, float $par2, float $par3, int $which)%Not documented
stats_cdf_logistic%float stats_cdf_logistic(float $par1, float $par2, float $par3, int $which)%Not documented
stats_cdf_negative_binomial%float stats_cdf_negative_binomial(float $par1, float $par2, float $par3, int $which)%Calculates any one parameter of the negative binomial distribution given values for the others.
stats_cdf_noncentral_chisquare%float stats_cdf_noncentral_chisquare(float $par1, float $par2, float $par3, int $which)%Calculates any one parameter of the non-central chi-square distribution given values for the others.
stats_cdf_noncentral_f%float stats_cdf_noncentral_f(float $par1, float $par2, float $par3, float $par4, int $which)%Calculates any one parameter of the Non-central F distribution given values for the others.
stats_cdf_poisson%float stats_cdf_poisson(float $par1, float $par2, int $which)%Calculates any one parameter of the Poisson distribution given values for the others.
stats_cdf_t%float stats_cdf_t(float $par1, float $par2, int $which)%Calculates any one parameter of the T distribution given values for the others.
stats_cdf_uniform%float stats_cdf_uniform(float $par1, float $par2, float $par3, int $which)%Not documented
stats_cdf_weibull%float stats_cdf_weibull(float $par1, float $par2, float $par3, int $which)%Not documented
stats_covariance%float stats_covariance(array $a, array $b)%Computes the covariance of two data sets
stats_den_uniform%float stats_den_uniform(float $x, float $a, float $b)%Not documented
stats_dens_beta%float stats_dens_beta(float $x, float $a, float $b)%Not documented
stats_dens_cauchy%float stats_dens_cauchy(float $x, float $ave, float $stdev)%Not documented
stats_dens_chisquare%float stats_dens_chisquare(float $x, float $dfr)%Not documented
stats_dens_exponential%float stats_dens_exponential(float $x, float $scale)%Not documented
stats_dens_f%float stats_dens_f(float $x, float $dfr1, float $dfr2)%
stats_dens_gamma%float stats_dens_gamma(float $x, float $shape, float $scale)%Not documented
stats_dens_laplace%float stats_dens_laplace(float $x, float $ave, float $stdev)%Not documented
stats_dens_logistic%float stats_dens_logistic(float $x, float $ave, float $stdev)%Not documented
stats_dens_negative_binomial%float stats_dens_negative_binomial(float $x, float $n, float $pi)%Not documented
stats_dens_normal%float stats_dens_normal(float $x, float $ave, float $stdev)%Not documented
stats_dens_pmf_binomial%float stats_dens_pmf_binomial(float $x, float $n, float $pi)%Not documented
stats_dens_pmf_hypergeometric%float stats_dens_pmf_hypergeometric(float $n1, float $n2, float $N1, float $N2)%
stats_dens_pmf_poisson%float stats_dens_pmf_poisson(float $x, float $lb)%Not documented
stats_dens_t%float stats_dens_t(float $x, float $dfr)%Not documented
stats_dens_weibull%float stats_dens_weibull(float $x, float $a, float $b)%Not documented
stats_harmonic_mean%number stats_harmonic_mean(array $a)%Returns the harmonic mean of an array of values
stats_kurtosis%float stats_kurtosis(array $a)%Computes the kurtosis of the data in the array
stats_rand_gen_beta%float stats_rand_gen_beta(float $a, float $b)%Generates beta random deviate
stats_rand_gen_chisquare%float stats_rand_gen_chisquare(float $df)%Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.
stats_rand_gen_exponential%float stats_rand_gen_exponential(float $av)%Generates a single random deviate from an exponential distribution with mean "av"
stats_rand_gen_f%float stats_rand_gen_f(float $dfn, float $dfd)%Generates a random deviate
stats_rand_gen_funiform%float stats_rand_gen_funiform(float $low, float $high)%Generates uniform float between low (exclusive) and high (exclusive)
stats_rand_gen_gamma%float stats_rand_gen_gamma(float $a, float $r)%Generates random deviates from a gamma distribution
stats_rand_gen_ibinomial%int stats_rand_gen_ibinomial(int $n, float $pp)%Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
stats_rand_gen_ibinomial_negative%int stats_rand_gen_ibinomial_negative(int $n, float $p)%Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)).
stats_rand_gen_int%int stats_rand_gen_int()%Generates random integer between 1 and 2147483562
stats_rand_gen_ipoisson%int stats_rand_gen_ipoisson(float $mu)%Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).
stats_rand_gen_iuniform%int stats_rand_gen_iuniform(int $low, int $high)%Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
stats_rand_gen_noncenral_chisquare%float stats_rand_gen_noncenral_chisquare(float $df, float $xnonc)%Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0
stats_rand_gen_noncentral_f%float stats_rand_gen_noncentral_f(float $dfn, float $dfd, float $xnonc)%Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
stats_rand_gen_noncentral_t%float stats_rand_gen_noncentral_t(float $df, float $xnonc)%Generates a single random deviate from a noncentral T distribution
stats_rand_gen_normal%float stats_rand_gen_normal(float $av, float $sd)%Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.
stats_rand_gen_t%float stats_rand_gen_t(float $df)%Generates a single random deviate from a T distribution
stats_rand_get_seeds%array stats_rand_get_seeds()%Not documented
stats_rand_phrase_to_seeds%array stats_rand_phrase_to_seeds(string $phrase)%generate two seeds for the RGN random number generator
stats_rand_ranf%float stats_rand_ranf()%Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator
stats_rand_setall%void stats_rand_setall(int $iseed1, int $iseed2)%Not documented
stats_skew%float stats_skew(array $a)%Computes the skewness of the data in the array
stats_standard_deviation%float stats_standard_deviation(array $a, [bool $sample = false])%Returns the standard deviation
stats_stat_binomial_coef%float stats_stat_binomial_coef(int $x, int $n)%Not documented
stats_stat_correlation%float stats_stat_correlation(array $arr1, array $arr2)%Not documented
stats_stat_gennch%float stats_stat_gennch(int $n)%Not documented
stats_stat_independent_t%float stats_stat_independent_t(array $arr1, array $arr2)%Not documented
stats_stat_innerproduct%float stats_stat_innerproduct(array $arr1, array $arr2)%
stats_stat_noncentral_t%float stats_stat_noncentral_t(float $par1, float $par2, float $par3, int $which)%Calculates any one parameter of the noncentral t distribution give values for the others.
stats_stat_paired_t%float stats_stat_paired_t(array $arr1, array $arr2)%Not documented
stats_stat_percentile%float stats_stat_percentile(float $df, float $xnonc)%Not documented
stats_stat_powersum%float stats_stat_powersum(array $arr, float $power)%Not documented
stats_variance%float stats_variance(array $a, [bool $sample = false])%Returns the population variance
str_getcsv%array str_getcsv(string $input, [string $delimiter = ','], [string $enclosure = '"'], [string $escape = '\\'])%Parst einen CSV-String in ein Array
str_ireplace%mixed str_ireplace(mixed $search, mixed $replace, mixed $subject, [int $count])%Groß- und kleinschreibungsunabhängige Version von      str_replace
str_pad%string str_pad(string $input, int $pad_length, [string $pad_string = " "], [int $pad_type = STR_PAD_RIGHT])%Erweitert einen String unter Verwendung eines anderen Strings    auf eine bestimmte Länge
str_repeat%string str_repeat(string $input, int $multiplier)%Wiederholt einen String
str_replace%mixed str_replace(mixed $search, mixed $replace, mixed $subject, [int $count])%Ersetzt alle Vorkommen des Suchstrings durch einen anderen String
str_rot13%string str_rot13(string $str)%Führt die ROT13-Transformation auf einen String aus
str_shuffle%string str_shuffle(string $str)%Mischt einen String nach dem Zufallsprinzip
str_split%array str_split(string $string, [int $split_length = 1])%Konvertiert einen String in ein Array
str_word_count%mixed str_word_count(string $string, [int $format], [string $charlist])%Gibt Informationen über in einem String verwendete Worte zurück
strcasecmp%int strcasecmp(string $str1, string $str2)%Vergleich von Zeichenketten ohne Unterscheidung      der Groß- und Kleinschreibung (Binary safe)
strchr%void strchr()%Alias von strstr
strcmp%int strcmp(string $str1, string $str2)%Vergleich zweier Strings (Binary safe)
strcoll%int strcoll(string $str1, string $str2)%Locale-basierter Zeichenkettenvergleich
strcspn%int strcspn(string $str1, string $str2, [int $start], [int $length])%Ermittelt die Anzahl der nicht übereinstimmenden Zeichen
streamWrapper%object streamWrapper()%Constructs a new stream wrapper
stream_bucket_append%void stream_bucket_append(resource $brigade, resource $bucket)%Append bucket to brigade
stream_bucket_make_writeable%object stream_bucket_make_writeable(resource $brigade)%Return a bucket object from the brigade for operating on
stream_bucket_new%object stream_bucket_new(resource $stream, string $buffer)%Create a new bucket for use on the current stream
stream_bucket_prepend%void stream_bucket_prepend(resource $brigade, resource $bucket)%Prepend bucket to brigade
stream_context_create%resource stream_context_create([array $options], [array $params])%Create a streams context
stream_context_get_default%resource stream_context_get_default([array $options])%Retreive the default streams context
stream_context_get_options%array stream_context_get_options(resource $stream_or_context)%Retrieve options for a stream/wrapper/context
stream_context_get_params%array stream_context_get_params(resource $stream_or_context)%Retrieves parameters from a context
stream_context_set_default%resource stream_context_set_default(array $options)%Set the default streams context
stream_context_set_option%bool stream_context_set_option(resource $stream_or_context, string $wrapper, string $option, mixed $value, resource $stream_or_context, array $options)%Sets an option for a stream/wrapper/context
stream_context_set_params%bool stream_context_set_params(resource $stream_or_context, array $params)%Set parameters for a stream/wrapper/context
stream_copy_to_stream%int stream_copy_to_stream(resource $source, resource $dest, [int $maxlength = -1], [int $offset])%Copies data from one stream to another
stream_encoding%bool stream_encoding(resource $stream, [string $encoding])%Set character set for stream encoding
stream_filter_append%resource stream_filter_append(resource $stream, string $filtername, [int $read_write], [mixed $params])%Attach a filter to a stream
stream_filter_prepend%resource stream_filter_prepend(resource $stream, string $filtername, [int $read_write], [mixed $params])%Attach a filter to a stream
stream_filter_register%bool stream_filter_register(string $filtername, string $classname)%Register a user defined stream filter
stream_filter_remove%bool stream_filter_remove(resource $stream_filter)%Remove a filter from a stream
stream_get_contents%string stream_get_contents(resource $handle, [int $maxlength = -1], [int $offset = -1])%Reads remainder of a stream into a string
stream_get_filters%array stream_get_filters()%Retrieve list of registered filters
stream_get_line%string stream_get_line(resource $handle, int $length, [string $ending])%Gets line from stream resource up to a given delimiter
stream_get_meta_data%array stream_get_meta_data(resource $stream)%Retrieves header/meta data from streams/file pointers
stream_get_transports%array stream_get_transports()%Retrieve list of registered socket transports
stream_get_wrappers%array stream_get_wrappers()%Retrieve list of registered streams
stream_is_local%bool stream_is_local(mixed $stream_or_url)%Checks if a stream is a local stream
stream_notification_callback%callback stream_notification_callback(int $notification_code, int $severity, string $message, int $message_code, int $bytes_transferred, int $bytes_max)%A callback function for the notification context paramater
stream_register_wrapper%void stream_register_wrapper()%Alias von stream_wrapper_register
stream_resolve_include_path%string stream_resolve_include_path(string $filename, [resource $context])%Resolve filename against the include path
stream_select%int stream_select(array $read, array $write, array $except, int $tv_sec, [int $tv_usec])%Runs the equivalent of the select() system call on the given    arrays of streams with a timeout specified by tv_sec and tv_usec
stream_set_blocking%bool stream_set_blocking(resource $stream, int $mode)%Set blocking/non-blocking mode on a stream
stream_set_read_buffer%int stream_set_read_buffer(resource $stream, int $buffer)%Set read file buffering on the given stream
stream_set_timeout%bool stream_set_timeout(resource $stream, int $seconds, [int $microseconds])%Set timeout period on a stream
stream_set_write_buffer%int stream_set_write_buffer(resource $stream, int $buffer)%Sets write file buffering on the given stream
stream_socket_accept%resource stream_socket_accept(resource $server_socket, [float $timeout = ini_get("default_socket_timeout")], [string $peername])%Accept a connection on a socket created by stream_socket_server
stream_socket_client%resource stream_socket_client(string $remote_socket, [int $errno], [string $errstr], [float $timeout = ini_get("default_socket_timeout")], [int $flags = STREAM_CLIENT_CONNECT], [resource $context])%Open Internet or Unix domain socket connection
stream_socket_enable_crypto%mixed stream_socket_enable_crypto(resource $stream, bool $enable, [int $crypto_type], [resource $session_stream])%Turns encryption on/off on an already connected socket
stream_socket_get_name%string stream_socket_get_name(resource $handle, bool $want_peer)%Retrieve the name of the local or remote sockets
stream_socket_pair%array stream_socket_pair(int $domain, int $type, int $protocol)%Creates a pair of connected, indistinguishable socket streams
stream_socket_recvfrom%string stream_socket_recvfrom(resource $socket, int $length, [int $flags], [string $address])%Receives data from a socket, connected or not
stream_socket_sendto%int stream_socket_sendto(resource $socket, string $data, [int $flags], [string $address])%Sends a message to a socket, whether it is connected or not
stream_socket_server%resource stream_socket_server(string $local_socket, [int $errno], [string $errstr], [int $flags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN], [resource $context])%Create an Internet or Unix domain server socket
stream_socket_shutdown%bool stream_socket_shutdown(resource $stream, int $how)%Shutdown a full-duplex connection
stream_supports_lock%bool stream_supports_lock(resource $stream)%Tells whether the stream supports locking.
stream_wrapper_register%bool stream_wrapper_register(string $protocol, string $classname, [int $flags])%Register a URL wrapper implemented as a PHP class
stream_wrapper_restore%bool stream_wrapper_restore(string $protocol)%Restores a previously unregistered built-in wrapper
stream_wrapper_unregister%bool stream_wrapper_unregister(string $protocol)%Unregister a URL wrapper
strftime%void strftime()%Formatiert eine Zeit-/Datumsangabe nach den lokalen Einstellungen
strip_tags%string strip_tags(string $str, [string $allowable_tags])%Entfernt HTML- und PHP-Tags aus einem String
stripcslashes%string stripcslashes(string $str)%Entfernt Quotes aus mit addcslashes behandelten Strings
stripos%Strings stripos(string $haystack, string $needle, [int $offset])%Findet das erste Vorkommen eines Strings, unabhängig von Groß- und      Kleinschreibung
stripslashes%string stripslashes(string $str)%Entfernt aus einem gequoteten String alle Quotes
stristr%string stristr(string $haystack, mixed $needle, [bool $before_needle = false])%Wie strstr, aber unabhängig von Groß- bzw.      Kleinschreibung
strlen%int strlen(string $string)%Ermitteln der String-Länge
strnatcasecmp%int strnatcasecmp(string $str1, string $str2)%String-Vergleich "natürlicher Ordnung" ohne Unterscheidung der      Schreibweise
strnatcmp%int strnatcmp(string $str1, string $str2)%String-Vergleich unter Verwendung einer "natürlichen Ordnung"
strncasecmp%int strncasecmp(string $str1, string $str2, int $len)%Binärdaten-sicherer und groß- und kleinschreibungs-unabhängiger      Stringvergleich der ersten n Zeichen
strncmp%int strncmp(string $str1, string $str2, int $len)%String-Vergleich der ersten n Zeichen (Binary safe)
strpbrk%string strpbrk(string $haystack, string $char_list)%Durchsucht einen String nach einem Zeichen aus einer Gruppe von Zeichen
strpos%int strpos(string $haystack, mixed $needle, [int $offset])%Sucht das erste Vorkommen des Suchstrings
strptime%array strptime(string $date, string $format)%Parse a time/date generated with strftime
strrchr%string strrchr(string $haystack, mixed $needle)%Sucht das letzte Vorkommen eines Zeichens in einem String
strrev%string strrev(string $string)%Kehrt einen String um
strripos%int strripos(string $haystack, string $needle, [int $offset])%Findet das letzte Vorkommen der gesuchten Zeichenkette in einem    String, unabhängig von Groß- und Kleinschreibung
strrpos%int strrpos(string $haystack, string $needle, [int $offset])%Findet das letzte Vorkommen eines Zeichens innerhalb einer Zeichenkette
strspn%int strspn(string $str1, string $str2, [int $start], [int $length])%Ermittelt die Länge der am Anfang übereinstimmenden Zeichen
strstr%string strstr(string $haystack, mixed $needle, [bool $before_needle = false])%Findet das erste Vorkommen eines Strings
strtok%string strtok(string $str, string $token, string $token)%Zerlegt einen String
strtolower%string strtolower(string $str)%Setzt einen String in Kleinbuchstaben um
strtotime%int strtotime(string $time, [int $now])%Wandelt ein beliebiges in englischer Textform angegebenes Datum    in einen UNIX-Zeitstempel (Timestamp) um
strtoupper%string strtoupper(string $string)%Wandelt alle Zeichen eines Strings in Großbuchstaben um
strtr%string strtr(string $str, string $from, string $to, string $str, array $replace_pairs)%Tauscht bestimmte Zeichen aus
strval%string strval(mixed $var)%Ermittelt die String-Repräsentation einer Variable
substr%string substr(string $string, int $start, [int $length])%Gibt einen Teil eines Strings zurück
substr_compare%int substr_compare(string $main_str, string $str, int $offset, [int $length = strlen($main_str)], [bool $case_insensitivity = false])%Binärdaten-sicherer Vergleich zweier Strings, beginnend an einer bestimmten      Position und endend nach einer festgelegten Länge
substr_count%int substr_count(string $haystack, string $needle, [int $offset], [int $length])%Ermittelt, wie oft eine Zeichenkette in einem String vorkommt
substr_replace%mixed substr_replace(mixed $string, string $replacement, int $start, [int $length])%Ersetzt Text innerhalb einer Zeichenkette
sybase_affected_rows%int sybase_affected_rows([resource $link_identifier])%Gets number of affected rows in last query
sybase_close%bool sybase_close([resource $link_identifier])%Closes a Sybase connection
sybase_connect%resource sybase_connect([string $servername], [string $username], [string $password], [string $charset], [string $appname], [bool $new = false])%Opens a Sybase server connection
sybase_data_seek%bool sybase_data_seek(resource $result_identifier, int $row_number)%Moves internal row pointer
sybase_deadlock_retry_count%void sybase_deadlock_retry_count(int $retry_count)%Sets the deadlock retry count
sybase_fetch_array%array sybase_fetch_array(resource $result)%Fetch row as array
sybase_fetch_assoc%array sybase_fetch_assoc(resource $result)%Fetch a result row as an associative array
sybase_fetch_field%object sybase_fetch_field(resource $result, [int $field_offset = -1])%Get field information from a result
sybase_fetch_object%object sybase_fetch_object(resource $result, [mixed $object])%Fetch a row as an object
sybase_fetch_row%array sybase_fetch_row(resource $result)%Get a result row as an enumerated array
sybase_field_seek%bool sybase_field_seek(resource $result, int $field_offset)%Sets field offset
sybase_free_result%bool sybase_free_result(resource $result)%Frees result memory
sybase_get_last_message%string sybase_get_last_message()%Returns the last message from the server
sybase_min_client_severity%void sybase_min_client_severity(int $severity)%Sets minimum client severity
sybase_min_error_severity%void sybase_min_error_severity(int $severity)%Sets minimum error severity
sybase_min_message_severity%void sybase_min_message_severity(int $severity)%Sets minimum message severity
sybase_min_server_severity%void sybase_min_server_severity(int $severity)%Sets minimum server severity
sybase_num_fields%int sybase_num_fields(resource $result)%Gets the number of fields in a result set
sybase_num_rows%int sybase_num_rows(resource $result)%Get number of rows in a result set
sybase_pconnect%resource sybase_pconnect([string $servername], [string $username], [string $password], [string $charset], [string $appname])%Open persistent Sybase connection
sybase_query%mixed sybase_query(string $query, [resource $link_identifier])%Sends a Sybase query
sybase_result%string sybase_result(resource $result, int $row, mixed $field)%Get result data
sybase_select_db%bool sybase_select_db(string $database_name, [resource $link_identifier])%Selects a Sybase database
sybase_set_message_handler%bool sybase_set_message_handler(callback $handler, [resource $connection])%Sets the handler called when a server message is raised
sybase_unbuffered_query%resource sybase_unbuffered_query(string $query, resource $link_identifier, [bool $store_result])%Send a Sybase query and do not block
symlink%bool symlink(string $target, string $link)%Erzeugt einen symbolischen Link
sys_get_temp_dir%string sys_get_temp_dir()%Returns directory path used for temporary files
sys_getloadavg%array sys_getloadavg()%Ermittelt durchschnittliche Systemlast
syslog%bool syslog(int $priority, string $message)%Erzeugt eine Meldung im System-Logging
system%string system(string $command, [int $return_var])%Führt ein externes Programm aus und zeigt dessen Ausgabe an
tan%float tan(float $arg)%Tangent
tanh%float tanh(float $arg)%Tangens Hyperbolikus
tempnam%string tempnam(string $dir, string $prefix)%Erzeugt eine Datei mit eindeutigem Dateinamen
textdomain%string textdomain(string $text_domain)%Setzt die Standarddomain
tidy%object tidy([string $filename], [mixed $config], [string $encoding], [bool $use_include_path])%Constructs a new tidy object
tidy_access_count%int tidy_access_count(tidy $object)%Returns the Number of Tidy accessibility warnings encountered for specified document
tidy_clean_repair%bool tidy_clean_repair(tidy $object)%Execute configured cleanup and repair operations on parsed markup
tidy_config_count%int tidy_config_count(tidy $object)%Returns the Number of Tidy configuration errors encountered for specified document
tidy_diagnose%bool tidy_diagnose(tidy $object)%Run configured diagnostics on parsed and repaired markup
tidy_error_count%int tidy_error_count(tidy $object)%Returns the Number of Tidy errors encountered for specified document
tidy_get_body%tidyNode tidy_get_body(tidy $object)%Returns a tidyNode object starting from the <body> tag of the tidy parse tree
tidy_get_config%array tidy_get_config(tidy $object)%Get current Tidy configuration
tidy_get_error_buffer%string tidy_get_error_buffer(tidy $object)%Return warnings and errors which occurred parsing the specified document
tidy_get_head%tidyNode tidy_get_head(tidy $object)%Returns a tidyNode object starting from the <head> tag of the tidy parse tree
tidy_get_html%tidyNode tidy_get_html(tidy $object)%Returns a tidyNode object starting from the <html> tag of the tidy parse tree
tidy_get_html_ver%int tidy_get_html_ver(tidy $object)%Get the Detected HTML version for the specified document
tidy_get_opt_doc%string tidy_get_opt_doc(string $optname, tidy $object, string $optname)%Returns the documentation for the given option name
tidy_get_output%string tidy_get_output(tidy $object)%Return a string representing the parsed tidy markup
tidy_get_release%string tidy_get_release()%Get release date (version) for Tidy library
tidy_get_root%tidyNode tidy_get_root(tidy $object)%Returns a tidyNode object representing the root of the tidy parse tree
tidy_get_status%int tidy_get_status(tidy $object)%Get status of specified document
tidy_getopt%mixed tidy_getopt(string $option, tidy $object, string $option)%Returns the value of the specified configuration option for the tidy document
tidy_is_xhtml%bool tidy_is_xhtml(tidy $object)%Indicates if the document is a XHTML document
tidy_is_xml%bool tidy_is_xml(tidy $object)%Indicates if the document is a generic (non HTML/XHTML) XML document
tidy_load_config%void tidy_load_config(string $filename, string $encoding)%Load an ASCII Tidy configuration file with the specified encoding
tidy_parse_file%tidy tidy_parse_file(string $filename, [mixed $config], [string $encoding], [bool $use_include_path = false], string $filename, [mixed $config], [string $encoding], [bool $use_include_path = false])%Parse markup in file or URI
tidy_parse_string%tidy tidy_parse_string(string $input, [mixed $config], [string $encoding], string $input, [mixed $config], [string $encoding])%Parse a document stored in a string
tidy_repair_file%string tidy_repair_file(string $filename, [mixed $config], [string $encoding], [bool $use_include_path = false], string $filename, [mixed $config], [string $encoding], [bool $use_include_path = false])%Repair a file and return it as a string
tidy_repair_string%string tidy_repair_string(string $data, [mixed $config], [string $encoding], string $data, [mixed $config], [string $encoding])%Repair a string using an optionally provided configuration file
tidy_reset_config%bool tidy_reset_config()%Restore Tidy configuration to default values
tidy_save_config%bool tidy_save_config(string $filename)%Save current settings to named file
tidy_set_encoding%bool tidy_set_encoding(string $encoding)%Set the input/output character encoding for parsing markup
tidy_setopt%bool tidy_setopt(string $option, mixed $value)%Updates the configuration settings for the specified tidy document
tidy_warning_count%int tidy_warning_count(tidy $object)%Returns the Number of Tidy warnings encountered for specified document
time%int time()%Gibt den aktuellen Unix-Timestamp/Zeitstempel zurück
time_nanosleep%mixed time_nanosleep(int $seconds, int $nanoseconds)%VerzÃ¶gert die Ausführung um die gegebene Anzahl Sekunden und Nanosekunden
time_sleep_until%bool time_sleep_until(float $timestamp)%Lässt das Skript bis zur angegebenen Zeit schlafen
timezone_abbreviations_list%void timezone_abbreviations_list()%Alias von DateTimeZone::listAbbreviations
timezone_identifiers_list%void timezone_identifiers_list()%Alias von DateTimeZone::listIdentifiers
timezone_location_get%void timezone_location_get()%Alias von DateTimeZone::getLocation
timezone_name_from_abbr%string timezone_name_from_abbr(string $abbr, [int $gmtOffset = -1], [int $isdst = -1])%Gibt den Namen der Zeitzonenabkürzung zurück
timezone_name_get%void timezone_name_get()%Alias von DateTimeZone::getName
timezone_offset_get%void timezone_offset_get()%Alias von DateTimeZone::getOffset
timezone_open%void timezone_open()%Alias von DateTimeZone::__construct
timezone_transitions_get%void timezone_transitions_get()%Alias von DateTimeZone::getTransitions
timezone_version_get%string timezone_version_get()%Gets the version of the timezonedb
tmpfile%resource tmpfile()%Erstellt eine temporäre Datei
token_get_all%array token_get_all(string $source)%Spaltet angegebenen PHP-Quelltext in PHP-Tokens auf
token_name%string token_name(int $token)%Gibt Bezeichner für ein PHP-Token zurück
touch%bool touch(string $filename, [int $time = time()], [int $atime])%Setzt die Zugriffs- und Modifikationszeit einer Datei
trigger_error%bool trigger_error(string $error_msg, [int $error_type = E_USER_NOTICE])%Erzeugt eine benutzerdefinierte Fehlermeldung/Warnung/Benachrichtigung
trim%string trim(string $str, [string $charlist])%Entfernt Whitespaces (oder andere Zeichen) am Anfang und Ende eines Strings
uasort%bool uasort(array $array, callback $cmp_function)%Sortiert ein Array mittels einer benutzerdefinierten   Vergleichsfunktion und behält Indexassoziationen bei
ucfirst%string ucfirst(string $str)%Verwandelt das erste Zeichen eines Strings in einen Großbuchstaben
ucwords%string ucwords(string $str)%Wandelt jeden ersten Buchstaben eines Wortes innerhalb eines Strings      in einen Großbuchstaben
uksort%bool uksort(array $array, callback $cmp_function)%Sortiert ein Array nach Schlüsseln mittels einer    benutzerdefinierten Vergleichsfunktion
umask%int umask([int $mask])%Changes the current umask
uniqid%string uniqid([string $prefix = ""], [bool $more_entropy = false])%Erzeugt eine eindeutige ID
unixtojd%int unixtojd([int $timestamp = time()])%Konvertiert Unix-Timestamp in Julianisches Datum
unlink%bool unlink(string $filename, [resource $context])%Löscht eine Datei
unpack%array unpack(string $format, string $data)%Entpackt die Daten eines Binär-Strings
unregister_tick_function%void unregister_tick_function(string $function_name)%De-register a function for execution on each tick
unserialize%mixed unserialize(string $str)%Erzeugt aus einem gespeicherten Datenformat einen Wert in PHP
unset%void unset(mixed $var, [mixed $var], [mixed ...])%Löschen einer angegebenen Variablen
urldecode%string urldecode(string $str)%Dekodiert eine URL-kodierte Zeichenkette
urlencode%string urlencode(string $str)%URL-kodiert einen String
use_soap_error_handler%bool use_soap_error_handler([bool $handler])%Definiert, ob SOAP-Errorhandler benutzt werden soll
user_error%void user_error()%Alias von trigger_error
usleep%void usleep(int $micro_seconds)%Programm-Verzögerung in Mikrosekunden
usort%bool usort(array $array, callback $cmp_function)%Sortiert ein Array nach Werten mittels einer benutzerdefinierten    Vergleichsfunktion
utf8_decode%string utf8_decode(string $data)%Konvertiert eine als UTF-8 kodierte ISO-8859-1-Zeichenkette in eine    einfache ISO-8859-1-Zeichenkette
utf8_encode%string utf8_encode(string $data)%Konvertiert eine ISO-8859-1-Zeichenkette in UTF-8
var_dump%string var_dump(mixed $expression, [mixed $expression], [ ...])%Gibt alle Informationen zu einer Variablen aus
var_export%mixed var_export(mixed $expression, [bool $return = false])%Outputs or returns a parsable string representation of a variable
variant_abs%mixed variant_abs(mixed $val)%Returns the absolute value of a variant
variant_add%mixed variant_add(mixed $left, mixed $right)%"Adds" two variant values together and returns the result
variant_and%mixed variant_and(mixed $left, mixed $right)%Performs a bitwise AND operation between two variants
variant_cast%variant variant_cast(variant $variant, int $type)%Convert a variant into a new variant object of another type
variant_cat%mixed variant_cat(mixed $left, mixed $right)%concatenates two variant values together and returns the result
variant_cmp%int variant_cmp(mixed $left, mixed $right, [int $lcid], [int $flags])%Compares two variants
variant_date_from_timestamp%variant variant_date_from_timestamp(int $timestamp)%Returns a variant date representation of a Unix timestamp
variant_date_to_timestamp%int variant_date_to_timestamp(variant $variant)%Converts a variant date/time value to Unix timestamp
variant_div%mixed variant_div(mixed $left, mixed $right)%Returns the result from dividing two variants
variant_eqv%mixed variant_eqv(mixed $left, mixed $right)%Performs a bitwise equivalence on two variants
variant_fix%mixed variant_fix(mixed $variant)%Returns the integer portion of a variant
variant_get_type%int variant_get_type(variant $variant)%Returns the type of a variant object
variant_idiv%mixed variant_idiv(mixed $left, mixed $right)%Converts variants to integers and then returns the result from dividing them
variant_imp%mixed variant_imp(mixed $left, mixed $right)%Performs a bitwise implication on two variants
variant_int%mixed variant_int(mixed $variant)%Returns the integer portion of a variant
variant_mod%mixed variant_mod(mixed $left, mixed $right)%Divides two variants and returns only the remainder
variant_mul%mixed variant_mul(mixed $left, mixed $right)%Multiplies the values of the two variants
variant_neg%mixed variant_neg(mixed $variant)%Performs logical negation on a variant
variant_not%mixed variant_not(mixed $variant)%Performs bitwise not negation on a variant
variant_or%mixed variant_or(mixed $left, mixed $right)%Performs a logical disjunction on two variants
variant_pow%mixed variant_pow(mixed $left, mixed $right)%Returns the result of performing the power function with two variants
variant_round%mixed variant_round(mixed $variant, int $decimals)%Rounds a variant to the specified number of decimal places
variant_set%void variant_set(variant $variant, mixed $value)%Assigns a new value for a variant object
variant_set_type%void variant_set_type(variant $variant, int $type)%Convert a variant into another type "in-place"
variant_sub%mixed variant_sub(mixed $left, mixed $right)%Subtracts the value of the right variant from the left variant value
variant_xor%mixed variant_xor(mixed $left, mixed $right)%Performs a logical exclusion on two variants
version_compare%mixed version_compare(string $version1, string $version2, [string $operator])%Compares two "PHP-standardized" version number strings
vfprintf%int vfprintf(resource $handle, string $format, array $args)%Schreibt einen formatierten String in einen Stream
virtual%bool virtual(string $filename)%Führt eine Apache-Unteranfrage durch
vprintf%int vprintf(string $format, array $args)%Gibt einen formatierten String aus
vsprintf%string vsprintf(string $format, array $args)%Gibt einen formatierten String zurück
wddx_add_vars%void wddx_add_vars()%Fügt dem WDDX-Paket mit der übergebenen ID Werte hinzu
wddx_deserialize%void wddx_deserialize()%Deserialisiert ein WDDX Paket
wddx_packet_end%void wddx_packet_end()%Schließt das WDDX-Paket mit der angegebenen ID
wddx_packet_start%void wddx_packet_start()%Beginnt ein neues WDDX-Paket mit einer 'Structure'
wddx_serialize_value%void wddx_serialize_value()%Serialisiert einen einzelnen Wert in ein WDDX-Paket
wddx_serialize_vars%void wddx_serialize_vars()%Serialisiert Variablen in WDDX Pakete
wddx_unserialize%mixed wddx_unserialize(string $packet)%Unserializes a WDDX packet
wordwrap%string wordwrap(string $str, [int $width = 75], [string $break = "\n"], [bool $cut = false])%Bricht einen String nach einer bestimmten Anzahl Zeichen um
xml_error_string%string xml_error_string(int $code)%Get XML parser error string
xml_get_current_byte_index%int xml_get_current_byte_index(resource $parser)%Get current byte index for an XML parser
xml_get_current_column_number%int xml_get_current_column_number(resource $parser)%Get current column number for an XML parser
xml_get_current_line_number%int xml_get_current_line_number(resource $parser)%Get current line number for an XML parser
xml_get_error_code%int xml_get_error_code(resource $parser)%Get XML parser error code
xml_parse%int xml_parse(resource $parser, string $data, [bool $is_final = false])%Start parsing an XML document
xml_parse_into_struct%int xml_parse_into_struct(resource $parser, string $data, array $values, [array $index])%Parse XML data into an array structure
xml_parser_create%resource xml_parser_create([string $encoding])%Create an XML parser
xml_parser_create_ns%resource xml_parser_create_ns([string $encoding], [string $separator = ':'])%Create an XML parser with namespace support
xml_parser_free%bool xml_parser_free(resource $parser)%Free an XML parser
xml_parser_get_option%mixed xml_parser_get_option(resource $parser, int $option)%Get options from an XML parser
xml_parser_set_option%bool xml_parser_set_option(resource $parser, int $option, mixed $value)%Set options in an XML parser
xml_set_character_data_handler%bool xml_set_character_data_handler(resource $parser, callback $handler)%Set up character data handler
xml_set_default_handler%bool xml_set_default_handler(resource $parser, callback $handler)%Set up default handler
xml_set_element_handler%bool xml_set_element_handler(resource $parser, callback $start_element_handler, callback $end_element_handler)%Set up start and end element handlers
xml_set_end_namespace_decl_handler%bool xml_set_end_namespace_decl_handler(resource $parser, callback $handler)%Set up end namespace declaration handler
xml_set_external_entity_ref_handler%bool xml_set_external_entity_ref_handler(resource $parser, callback $handler)%Set up external entity reference handler
xml_set_notation_decl_handler%bool xml_set_notation_decl_handler(resource $parser, callback $handler)%Set up notation declaration handler
xml_set_object%bool xml_set_object(resource $parser, object $object)%Use XML Parser within an object
xml_set_processing_instruction_handler%bool xml_set_processing_instruction_handler(resource $parser, callback $handler)%Set up processing instruction (PI) handler
xml_set_start_namespace_decl_handler%bool xml_set_start_namespace_decl_handler(resource $parser, callback $handler)%Set up start namespace declaration handler
xml_set_unparsed_entity_decl_handler%bool xml_set_unparsed_entity_decl_handler(resource $parser, callback $handler)%Set up unparsed entity declaration handler
xmlrpc_decode%mixed xmlrpc_decode(string $xml, [string $encoding = "iso-8859-1"])%Decodes XML into native PHP types
xmlrpc_decode_request%mixed xmlrpc_decode_request(string $xml, string $method, [string $encoding])%Decodes XML into native PHP types
xmlrpc_encode%string xmlrpc_encode(mixed $value)%Generates XML for a PHP value
xmlrpc_encode_request%string xmlrpc_encode_request(string $method, mixed $params, [array $output_options])%Generates XML for a method request
xmlrpc_get_type%string xmlrpc_get_type(mixed $value)%Gets xmlrpc type for a PHP value
xmlrpc_is_fault%bool xmlrpc_is_fault(array $arg)%Determines if an array value represents an XMLRPC fault
xmlrpc_parse_method_descriptions%array xmlrpc_parse_method_descriptions(string $xml)%Decodes XML into a list of method descriptions
xmlrpc_server_add_introspection_data%int xmlrpc_server_add_introspection_data(resource $server, array $desc)%Adds introspection documentation
xmlrpc_server_call_method%string xmlrpc_server_call_method(resource $server, string $xml, mixed $user_data, [array $output_options])%Parses XML requests and call methods
xmlrpc_server_create%resource xmlrpc_server_create()%Creates an xmlrpc server
xmlrpc_server_destroy%int xmlrpc_server_destroy(resource $server)%Destroys server resources
xmlrpc_server_register_introspection_callback%bool xmlrpc_server_register_introspection_callback(resource $server, string $function)%Register a PHP function to generate documentation
xmlrpc_server_register_method%bool xmlrpc_server_register_method(resource $server, string $method_name, string $function)%Register a PHP function to resource method matching method_name
xmlrpc_set_type%bool xmlrpc_set_type(string $value, string $type)%Sets xmlrpc type, base64 or datetime, for a PHP string value
xpath_eval%void xpath_eval()%Evaluates the XPath Location Path in the given string
xpath_eval_expression%void xpath_eval_expression()%Evaluates the XPath Location Path in the given string
xpath_new_context%XPathContext xpath_new_context(domdocument $dom_document)%Creates new xpath context
xpath_register_ns%bool xpath_register_ns(XPathContext $xpath_context, string $prefix, string $uri)%Register the given namespace in the passed XPath context
xpath_register_ns_auto%bool xpath_register_ns_auto(XPathContext $xpath_context, [object $context_node])%Register the given namespace in the passed XPath context
xptr_eval%void xptr_eval()%Evaluate the XPtr Location Path in the given string
xptr_new_context%XPathContext xptr_new_context()%Create new XPath Context
xslt_backend_info%string xslt_backend_info()%Gibt Informationen über die Kompilierungsoptionen des Backends zurück
xslt_backend_name%string xslt_backend_name()%Liefert den Namen des Backends zurück
xslt_backend_version%string xslt_backend_version()%Gibt die Sablotron-Versionsnummer zurück
xslt_create%resource xslt_create()%Erzeugt einen neuen XSLT-Prozessor
xslt_errno%int xslt_errno(resource $xh)%Gibt die Fehlernummer zurück
xslt_error%string xslt_error(resource $xh)%Gibt eine Fehlermeldung zurück
xslt_free%void xslt_free(resource $xh)%Gibt einen XSLT-Processor frei
xslt_getopt%int xslt_getopt(resource $processor)%Liefert die Optionen für einen angegebenen XSL-Prozessor
xslt_process%mixed xslt_process(resource $xh, string $xmlcontainer, string $xslcontainer, [string $resultcontainer], [array $arguments], [array $parameters])%Führt eine XSLT-Transformation durch
xslt_set_base%void xslt_set_base(resource $xh, string $uri)%Setzt den Base-URI für alle XSLT-Transformationen
xslt_set_encoding%void xslt_set_encoding(resource $xh, string $encoding)%Bestimmt das Encoding, mit dem XML-Dokumente geparst werden sollen
xslt_set_error_handler%void xslt_set_error_handler(resource $xh, mixed $handler)%Legt einen Errorhandler für einen XSLT-Prozessor fest
xslt_set_log%void xslt_set_log(resource $xh, [mixed $log])%Bestimmt die Logdatei, in die die Lognachrichten geschrieben    werden sollen
xslt_set_object%bool xslt_set_object(resource $processor, object $obj)%Sets the object in which to resolve callback functions
xslt_set_sax_handler%void xslt_set_sax_handler(resource $xh, array $handlers)%Setzt SAX-Handler für einen XSLT-Prozessor
xslt_set_sax_handlers%void xslt_set_sax_handlers(resource $processor, array $handlers)%Set the SAX handlers to be called when the XML document gets processed
xslt_set_scheme_handler%void xslt_set_scheme_handler(resource $xh, array $handlers)%Set Scheme handlers for a XSLT processor
xslt_set_scheme_handlers%void xslt_set_scheme_handlers(resource $xh, array $handlers)%Set the scheme handlers for the XSLT processor
xslt_setopt%mixed xslt_setopt(resource $processor, int $newmask)%Set options on a given xsl processor
zend_logo_guid%string zend_logo_guid()%Die GUID des Zend Logos
zend_thread_id%int zend_thread_id()%Returns a unique identifier for the current thread
zend_version%string zend_version()%Liefert die aktuelle Version der Zend Engine
zip_close%void zip_close(resource $zip)%Schließt ein ZIP-Archiv
zip_entry_close%bool zip_entry_close(resource $zip_entry)%Schließt einen Verzeichniseintrag
zip_entry_compressedsize%int zip_entry_compressedsize(resource $zip_entry)%Ermittelt die komprimierte Größe eines Verzeichniseintrages
zip_entry_compressionmethod%string zip_entry_compressionmethod(resource $zip_entry)%Ermittelt die Komprimierungsmethode eines Verzeichniseintrags
zip_entry_filesize%int zip_entry_filesize(resource $zip_entry)%Ermittelt die effektive Größe eines Verzeichniseintrages
zip_entry_name%string zip_entry_name(resource $zip_entry)%Gibt den Namen eines Verzeichniseintrages zurück
zip_entry_open%bool zip_entry_open(resource $zip, resource $zip_entry, [string $mode])%Öffnet einen Verzeichniseintrag für den Lesezugriff
zip_entry_read%string zip_entry_read(resource $zip_entry, [int $length])%Liest einen geöffneten Verzeichniseintrag aus
zip_open%mixed zip_open(string $filename)%Öffnet ein ZIP-Archiv
zip_read%mixed zip_read(resource $zip)%Liest den nächsten Eintrag innerhalb des ZIP Archivs
zlib_get_coding_type%string zlib_get_coding_type()%Gibt die für Ausgabekomprimierung genutze Methode zurück
