New Functions
PHP 5.2.x introduced some new functions:
PHP Core:
- array_fill_keys() - Create an array using the elements of the first parameter as keys, each initialized to val
-
error_get_last()
- Get the last occurred error as associative array. Returns
NULL
if there hasn't been an error yet - image_type_to_extension() - Get file extension for image-type returned by getimagesize(), exif_read_data(), exif_thumbnail(), exif_imagetype()
- memory_get_peak_usage() - Returns the peak allocated by PHP memory
- sys_get_temp_dir() - Returns directory path used for temporary files. (Added in 5.2.1)
- timezone_abbreviations_list() - Returns associative array containing DST, offset and the timezone name
- timezone_identifiers_list() - Returns numerically indexed array with all timezone identifiers
- timezone_name_from_abbr() - Returns the timezone name from abbreviation
- stream_socket_shutdown() - Causes all or part of a full-duplex connection on the socket associated with stream to be shut down. As of PHP 5.2.1.
- imagegrabscreen() - Grabs a screenshot of the whole screen. As of PHP 5.2.2.
- imagegrabwindow() - Captures a window. As of PHP 5.2.2.
- libxml_disable_entity_loader() - Disable the ability to load external entities. As of PHP 5.2.11.
- mb_stripos() - Finds position of first occurrence of a string within another, case insensitive
- mb_stristr() - Finds first occurrence of a string within another, case insensitive
- mb_strrchr() - Finds the last occurrence of a character in a string within another
- mb_strrichr() - Finds the last occurrence of a character in a string within another, case insensitive
- mb_strripos() - Finds position of last occurrence of a string within another, case insensitive
- mb_strstr() - Finds first occurrence of a string within another
ming (As of PHP 5.2.1):
- void ming_setSWFCompression(int num) - Sets output compression
- void swfmovie::namedanchor(string name) - Creates anchor
- void swfmovie::protect([string password]) - Protects
- openssl_csr_get_public_key() - Extracts public key from a CERT and prepares it for use
- openssl_csr_get_subject() - Returns the subject of a CERT
- openssl_pkey_get_details() - Returns an array with the key details (bits, pkey, type)
spl:
- spl_object_hash() - Return hash id for given object
- int iterator_apply(Traversable it, mixed function [, mixed params]) - Calls a function for every element in an iterator
pcre:
- preg_last_error() - Returns the error code of the last regex execution
-
pg_field_table()
- Returns the name of the table field belongs to, or table's oid
if oid_only is
TRUE
- posix_initgroups() - Calculate the group access list for the user specified in name
gmp:
- gmp_nextprime() - Finds next prime number
-
xmlwriter_full_end_element()
- End current element - returns
FALSE
on error -
xmlwriter_write_raw()
- Write text - returns
FALSE
on error -
xmlwriter_start_dtd_entity()
- Create start DTD Entity - returns
FALSE
on error -
xmlwriter_end_dtd_entity()
- End current DTD Entity - returns
FALSE
on error -
xmlwriter_write_dtd_entity()
- Write full DTD Entity tag - returns
FALSE
on error
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 30/01/2003, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/php-rf-migration52.functions.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.