サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ブラックフライデー
www.phpclasses.org
Top featured articles 96. This article97. PHP compiler performance98. Using PHP-GTK to serve Web Applications to HTML 5 Browsers99. How to Install LAMP with Samba File Sharing99. Notable PHP package: PHP Phonetic Transcriber Author: Christian Vigh Viewers: 19,383 Last month viewers: 1,202 Categories: PHP Tutorials, PHP Performance, News Since its creation in 1994 by Rasmus Lerdorf, the PHP languag
Top featured articles 356. Live Chat on Building Your Own Business as a Software Developer356. How to Pick Partners for a Software Product Business? - Fix My Software Product Business356. Notable PHP package: SQLite3 checker356. PHP-Editors classes contest winners and PHP International Conference356. PHPNG Dramatic Speedup Features Coming in PHP 6 Release Author: Manuel Lemos Viewers: 50 Last mont
Top featured articles 356. Notable PHP package: System Daemon356. Test Driven Development brings Stability to Zurmo Open Source CRM356. Notable PHP package: PHP iNotify Extension Class356. How to Participate in the PHP Classes Market For You to Sell Your Products to Other PHP Developers and Make More Money Doing What You Love356. Notable PHP package: PHP Ignore JSON Key Author: Manuel Lemos Viewer
Top featured articles 46. How Can PHP Import Excel to MySQL using an PHP XLSX Reader and Excel XLSX Converter47. This article47. Distributing PHP processing with Gearman47. How to Buy a PHP Elephant Personalized with Your Logo50. PHP Multithreading using pthreads extension Author: Manuel Lemos Viewers: 1,357 Last month viewers: 536 Categories: PHP opinions Recently, Rasmus Lerdorf, the creator of
This class can be used to create create an ebook in EPUB format for Apple iPad and other ebook readers. It can set the ebook details like the author, publisher, comments, etc., as well the ebook chapter data. The class builds an archive with all the ebook information and serves the ebook archive for download or returns it as a string. PHP 5.2 seems to work. 5.3 with GD extensions are recommended
Update: 0.1.3 now works with PHP4 as well! Update: due to changes in the YouTube-forms, all versions of PHPTube prior 0.1.2 are rendered obsolete! This class can be used to upload and download video files from YouTube. It can login in YouTube on behalf of a given registered user and upload and download video files. Downloading takes as parameters the identifier of the video to download and the nam
Top featured articles 88. Using Microsoft Visual Studio as PHP IDE with the PHP Tools extension: Part 1 PHP Editing Support88. How to Use a PHP Code Checker AI Solution Using Google AI Studio Powered by Google Gemini 88. How to Make Better Reuse of PHP Code using Traits Part 2: Advanced Traits Usage Explained88. OpenSSL Serious Security Bug: Does it Affect Your PHP sites?88. This article Author: M
What is the best PHP video convert to mp4 class? Need a online video convertor like youtube , and play all videos Convert uploaded video to audio Extract audio from video file FLV to MP4 video conversion without quality loss I need a PHP script for .flv video to .mp4 conversion PHPVideoToolkit V2... ...is a set of PHP classes aimed to provide a modular, object oriented and accessible interface for
The cssparser is a small class that enables you to parse css information. The parsed css information can then be used in your application to fill your needs to use css information. Clear(); ======== Clears the current content. If the html property of the class is set to true then the propertylist is filled with standard html information. SetHTML($html); =============== Set how to handle standard h
This class can be used to open images in the PhotoShop PSD format. It creates a GD true color image and renders the image read from a PhotoShop image file. An function named imagecreatefrompsd() is provided to simplify the creation of images from PhotoShop files using this class. Photoshop is the leading graphical image manipulation program. Many designers even use it to sketch the layout of Web p
This package can be used to parse and extract microformat data that may be embedded in HTML documents. The main class parses HTML documents with the PHP DOM-XML extension. This class builds a document structure and passes specific document node object to separate classes specialized in parsing and extracting different types of microformat data. Currently there are parser classes for extracting dat
Top featured articles 356. Notable PHP package: Encase PHP Functional Programming356. How to Discover What PHP Code You Should Optimize First to Improve the Performance of a Real Web Application Using a Monitoring Tool356. 10 High Growth Companies Hiring PHP Developers356. PHP Classes 2018 Renewal Site Improvements and Feedback356. Classes user ratings and programming contests Author: Manuel Lemos
Access the correct page Access the correct page Copyright (c) Icontem 1999-2025 For more information send a message to info at phpclasses dot org. image/svg+xml image/svg+xml
<?php // // +-----------------------------------+ // | Image Filter v 1.0 | // | http://www.SysTurn.com | // +-----------------------------------+ // // // This program is free software; you can redistribute it and/or modify // it under the terms of the ISLAMIC RULES and GNU Lesser General Public // License either version 2, or (at your option) any later version. // // ISLAMIC RULES should be foll
This class can be used to generate a GIF animation from a set of individual frames in GIF image format. The class takes as input parameters the list of GIF frame image files, the animation delay between each frame, the horizontal and vertical offset of each frame image. It combines all image frames and generates a single animated GIF file using only PHP code without using the GD library or other i
This class can be used to generate CAPTCHA validation images with the verification text rendered with distortion. It generates a random text using a list of allowed characters. The text is rendered as an image with several effects to distort the characters and make it more difficult to guess by automated programs. The text is rendered with fonts defined as images in the PNG format. So it does not
This class can be used to grab the address book, messenger list, number of unread mails and calendar entries of an Yahoo user. It can authenticate in Yahoo with the user name and password of a given account. Then it can retrieve the contact lists from either the address book or the messenger friends. It can also tell the user how many unread mails are in the INBOX and fetch the calendar entries. T
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. The class connects to a mail server to access a given mailbox using the PHP IMAP extension functions. It retrieves the unread messages and uses the subject and from headers for the title and the message body for the description of an RSS feed that is stored in a cla
This class can be used to convert data from MySQL query results into a JavaScript expression in JavaScript Object Notation. It takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data. Each array element represents an object with th
AJAX (192) Interact with the Web server without page reloading Algorithms (311) Numerical and statistical algorithms Applications (99) Full applications that perform useful tasks Artificial intelligence (88) Automation of tasks using human-like intelligence Astrology (11) Zodiacal signs and horoscope Audio (118) Voice and music data generation and manipulation Biology (18) Bioinformatic components
README MOTEUR DE DEPLACEMENT SUR MAP Tous les commentaires nécessaires sont dans les fichiers correspondants. Pour construire une map, il suffit de la créer dans le répertoire 'maps'. Le principe de construction est simple : chaque case est représentée par le nom de son image (tile). Par exemple : 1 correspondra a 1.ext 'ext' peut-être défini dans l'objet omap, en appelanht la méthode setDisplay (
This is class can be used as a tool for optical character recognition. It can recognize text in monochrome graphical images after a training phase. The training phase is necessary to let the class build recognition data structures from images that have known characters. The training data structures are used during the recognition process to attempt to identify text in real images using the corner
This package implements the PDO database abstraction interface that is compatible with PHP 4. PDO is an extension introduced in PHP 5 that provides a common interface to several types of relational databases. Since PDO only became standard extension with PHP 5.1 and very few hosting companies provide PHP 5.1 servers, the idea of this package is to provide an implementation of the PDO API that work
PHP Class ScriptsFind useful PHP components Recommend PHP ScriptsGet expert advice about the best PHP classes scripts PHP TutorialsTechnical articles about PHP and related matters Remote PHP Jobs November 2025 OpeningsFind or post PHP jobs from everywhere in the world PHP ShopBuy the original PHP elePHPant, Post Urgent PHP Jobs, Get Remote PHP Jobs PHP AwardsAward initiatives to distinguish PHP de
このページを最初にブックマークしてみませんか?
『PHP Classes - Welcome to the PHP Classes Repository』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く