サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
www.phpclasses.org
Top featured articles 96. This article97. PHP compiler performance98. Using PHP-GTK to serve Web Applications to HTML 5 Browsers99. Notable PHP package: PHP Phonetic Transcriber99. Creating a PHP Daemon Service 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 language has gone thr
Top featured articles 356. Notable PHP package: PHP Cloud Storage Abstraction356. The Most Effective Method to Talk to a Graphic Designer to Get What You Need356. PHP 5.3.8 Upgrade, PHP 5.4 beta, Wrong Ideas About PHP - Lately in PHP Episode 15356. Notable PHP package: PHP Tracking User Activity356. Notable PHP package: PHP Global Class Functions Hack Pack Author: Manuel Lemos Viewers: 50 Last mon
Top featured articles 356. New package rating system and PHP classes contests356. The Debate About All PHP Frameworks that Suck - Lately in PHP podcast episode 44356. Notable PHP package: PHP MariaDB Execute Compound Statement356. Choosing The Right Coding Bootcamp: A Guide For Aspiring Developers356. The Best PHP IDE 2019 and 2018 Comparison - The Most Popular Editors for Development under Window
Top featured articles 33. How to Create a Simple PHP Custom CMS Tutorial in 2019 Way with PHP SEO Friendly URL Generated HTML Links34. PHP Multithreading using pthreads extension35. PHP security exploit with GIF images35. PHP in Arabic35. This article Author: Manuel Lemos Viewers: 1,357 Last month viewers: 536 Categories: PHP opinions Recently, Rasmus Lerdorf, the creator of PHP, stated in a PHP f
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 80. How to Add Email Functionality to Your PHP App80. How to Automate Actions on Apple Mac OS X using a PHP Shell Script for Automator80. This article80. How PHP DomDocument Class Will Be Improved in PHP 8.4 to Parse and Serialize Better HTML5 Documents80. Creating a PHP Daemon Service Author: Manuel Lemos Viewers: 186 Last month viewers: 65 Categories: PHP Tutorials, PHP Per
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. How to Manage a PHP Project that Will Have a Long Life - 10 Minutes of the Lately in PHP Podcast Episode 89 part 1356. Launched the winning design of the Web Design 2.0 contest356. Notable PHP package: HTTP2 Server Push PHP Class356. End of Support for PHP 5 Releases - Lately in PHP podcast episode 67356. Notable PHP package: Argon2 Refiner Author: Manuel Lemos Viewers:
This class can be used to extract the most common colors used in images. It can open an image file in the GIF, JPEG or PNG format. Then it traverses the image and returns an array with the most used color tones. An image may be made of dots of many colors. Finding which colors are most frequently used in an image, is relatively easy. It is a matter of building an histogram. However, if you want to
<?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 take backup copies of files of directory to a local file or to a remote file via FTP. It can take backup copies of one or more directories at once. The class calls the tar program to build a backup file for each of the specified directories. After the backup files are generated, they are copied to a local backup directory or to a remote directory accessible via FTP.
#!/usr/local/bin/php -q <?php /* Jabber Class Example * Copyright 2002-2005, Steve Blinch * http://code.blitzaffe.com * ============================================================================ * * DETAILS * * Provides a very basic example of how to use class_Jabber.php. * * This example connects to a Jabber server, logs in, and waits until a message * is received from another contact. * * It t
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 (291) Numerical and statistical algorithms Applications (75) Full applications that perform useful tasks Artificial intelligence (79) Automation of tasks using human-like intelligence Astrology (11) Zodiacal signs and horoscope Audio (116) 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 August 2024 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 deve
このページを最初にブックマークしてみませんか?
『PHP Classes - Welcome to the PHP Classes Repository』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く