Feeds
Artikel
Kommentare

Userland Naming Guide Inhaltsverzeichnis Globaler Namensraum Regeln Hinweise The following is a guide for how to best choose names for identifiers in userland PHP code. When choosing names for any code that creates symbols in the global namespace, it is important to take into account the following guidelines to prevent future versions of PHP from [...]

PHP type comparison tables The following tables demonstrate behaviors of PHP types and comparison operators, for both loose and strict comparisons. This supplemental is also related to the manual section on type juggling. Inspiration was provided by various user comments and by the work over at » BlueShoes. Before utilizing these tables, it's important to [...]

Liste der unterstützten Socket-Transporter Inhaltsverzeichnis Internet Domain: TCP, UDP, SSL und TLS Unix-Domain: Unix und UDG Die folgende Liste enthält die verschiedenen URL-Varianten für Socket-Transporter, die in PHP integriert sind und mit den streambasierenden Socket-Funktionen wie fsockopen() und stream_socket_client() genutzt werden können. Diese Transporter beziehen sich nicht auf die Sockets-Erweiterung. Eine Liste der in Ihrer [...]

Liste der Parsertoken Verschiedene Teile der Sprache PHP werden intern durch Typen wie T_SR repräsentiert. PHP gibt Bezeichner wie diese in Parserfehlermeldungen wie "Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line 10." aus. You're supposed to know what T_SR means. For everybody who doesn't know that, here is a table with [...]

« Zurück - Nächste »