タグ PHP Classes
人気順 10 users 50 users 100 users 500 users 1000 usersPHP Developer working for Google Launches New PHP Compiler - PHP Classes blog - PHP Classes
<< Previous: PHP 5.7 New Features ... Author: Manuel Lemos Posted on: 2014-10-06 Categories: PHP Performance, News Recently it was launched a new PHP compiler named Recki-CT that generates native mach... 続きを読む
4 Reasons Why All PHP Frameworks Suck? - PHP Classes blog - PHP Classes
<< Previous: Is Facebook HHVM goin... Author: Manuel Lemos Posted on: 2014-02-05 Categories: PHP opinions Recently, Rasmus Lerdorf, the creator of PHP, stated in a PHP frameworks conference that all P... 続きを読む
PHPで動画形式の各種変換が行えるffmpegのラッパークラスライブラリ「ffmpeg」:phpspot開発日誌
PHP Classes - Class: ffmpeg This class is a wrapper around the ffmpeg program to manipulate and convert video files. PHPで動画形式の各種変換が行えるffmpegのラッパークラスライブラリ「ffmpeg」。 ffmpegを使えば、あらゆる動画形式のファイルの相互変換を行うことが出来... 続きを読む
CSSをPHPでパース出来て解析などに役立つライブラリ「CSS parser」:phpspot開発日誌
PHP Classes - Class: CSS parser CSSをPHPでパース出来て解析などに役立つライブラリ「CSS parser」。 次のようにPHPプログラムからCSSをパースしてプロパティを参照できます。 クラスライブラリの形になっているので利用も容易ですね。 <?php include("cssparser.php"); $css = new cssparser(); $c... 続きを読む
RSSリーダーでPOP/IMAPのメールを読む:phpspot開発日誌
PHP Classes - Class: POP/IMAP to RSS This class can be used to generate an RSS feed from the listing of messages in a given mailbox accessible via POP3 or IMAP protocols RSSリーダーでPOP/IMAPのメールを読むために、POP... 続きを読む
PHP5とAjaxでRPGツクール?:phpspot開発日誌
PHP Classes - Class: RPG Ajax Creator This package can be used to create Web based role play games (RPG). It is not yet finished but it already implements some important features: PHP5とAjaxでWeb上で動くRPG... 続きを読む