PHP Dokumentation: Splfileobject fstat
SplFileObject::fstat (PHP 5 >= 5.1.0) SplFileObject::fstat — Gets information about the file Beschreibung public array SplFileObject::fstat ( void ) Gathers the statistics of the file. Behaves...
View ArticlePHP Dokumentation: Stream resources
Stream Classes User designed wrappers can be registered via stream_wrapper_register(), using the class definition shown on that manual page. class php_user_filter is predefined and is an abstract...
View ArticlePHP Dokumentation: Types comparisons
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...
View ArticlePHP Dokumentation: Tutorial whatsnext
Und weiter? Mit dem neuen Wissen sollte es Ihnen möglich sein, das meiste aus diesem Manual und die vielen Beispiel-Skripte in den Beispiel-Archiven zu verstehen. Sie können weitere auf den...
View ArticlePHP Dokumentation: Tutorial useful
Nützliches Kommen wir nun zu einem etwas nützlicheren Beispiel. Wir wollen prüfen, welchen Browser der Besucher benutzt. Um das zu tun, prüfen wir den "user agent"-String, den der Browser als Teil...
View ArticlePHP Dokumentation: Tokens
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,...
View ArticlePHP Dokumentation: Swf installation
Installation Once you have libswf all you need to do is to configure –with-swf[=DIR] where DIR is a location containing the directories include and lib. The include directory has to contain the swf.h...
View ArticlePHP Dokumentation: Wincache stats
WinCache Statistics Script The installation package for WinCache includes a PHP script, wincache.php, that can be used to obtain cache information and statistics. If the WinCache extension was...
View ArticlePHP Dokumentation: Wrappers php
PHP input/output streams php://stdin php://stdout php://stderr php://output php://input php://filter (available since PHP 5.0.0) php://memory (available since PHP 5.1.0) php://temp (available since PHP...
View ArticlePHP Dokumentation: Apc configuration
Laufzeit-Konfiguration Das Verhalten dieser Funktionen wirddurch Einstellungen in der php.ini beeinflusst. Although the default APC settings are fine for many installations, serious users should...
View Article