Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
PharData::buildFromIterator (PHP >= 5.3.0, PECL phar >= 2.0.0) PharData::buildFromIterator — Construct a tar or zip archive from an iterator. Beschreibung array PharData::buildFromIterator ( Iterator $iter [, string $base_directory ] ) Populate a tar or zip archive from an iterator. Two styles of iterators are supported, iterators that map the filename within the tar/zip to the [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Phar::buildFromIterator (PHP >= 5.3.0, PECL phar >= 2.0.0) Phar::buildFromIterator — Construct a phar archive from an iterator. Beschreibung array Phar::buildFromIterator ( Iterator $iter [, string $base_directory ] ) Hinweis: Diese Methode des Phar-Objekts funktioniert nur wenn die php.ini-Einstellung phar.readonly auf 0 gesetzt ist, sonst wird eine PharException geworfen. Populate a phar archive from an iterator. [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Einführung Cairo is a native PHP extension to create and modify graphics using the Cairo Graphics Library. The Cairo Graphics Library is a 2D library written in C with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Zend API: Hacking the Core of PHP Introduction Those who know don't talk. Those who talk don't know. Sometimes, PHP "as is" simply isn't enough. Although these cases are rare for the average user, professional applications will soon lead PHP to the edge of its capabilities, in terms of either speed or functionality. New functionality [...]