<< < 16 17 18 19 20 21 22 23 24 25 26 > >>   ∑:9107  Sort:Rank

The ZipArchive Class
This section provides a quick introduction to the ZipArchive class, which provides you creating new ZIP archives, extracting files from existing ZIP archives, and other functionalities.
2024-07-20, ∼692🔥, 0💬

Zip Module - Managing ZIP Archive Files
This chapter provides tutorial examples and notes on Zip module for managing ZIP archive files. Topics include introduction of ZipArchive class; creating new ZIP archive; extracting files from ZIP archive; creating directory structure inside ZIP archive; creating ZIP archive in a temporary file with...
2024-07-20, ∼687🔥, 0💬

GD Module - Manipulating Images and Pictures
This chapter provides tutorial examples and notes on GD module for manipulating images and pictures. Topics include trying 'Imager' module for PNG images; drawing graphical elements, setting transparent background, and copying images with GD Library.
2024-07-20, ∼680🔥, 0💬

MySQLi Object-Oriented Programming
This section provides a tutorial example on how to use MySQLi module in project-oriented programming style.
2024-07-20, ∼672🔥, 0💬

SOAP Module and PHP Implementations of SOAP
This section describes the SOAP protocol and PHP implementations of SOAP. PEAR::Package::SOAP, NuSOAP, and php_soap.dll (from the PHP Group) seems to be 3 different SOAP implementations.
2024-07-20, ∼671🔥, 0💬

DOM Module - Parsing HTML Documents
This chapter provides tutorial examples and notes on DOM module for parsing HTML documents. Topics include understanding DOM Extension; parsing HTML document string; building new HTML documents.
2024-07-20, ∼667🔥, 0💬

Create New ZIP Archive
This section provides a tutorial example on how to create a new ZIP archive and add files into the archive using the ZipArchive class.
2024-07-20, ∼654🔥, 0💬

Hello_There.php - First Example of SOAP
This section provides a tutorial example on how to use the SOAP extension to call a Web service provided by herongyang.com to get a greeting message.
2024-07-20, ∼646🔥, 0💬

Extract Files from ZIP Archive
This section provides a tutorial example on how to open an existing ZIP archive and extract files from the archive using the ZipArchive class.
2024-07-20, ∼643🔥, 0💬

Create ZIP Archive with Directory
This section provides a tutorial example on how to create a ZIP archive with a directory and adds files to that directory using the ZipArchive class.
2024-07-20, ∼638🔥, 0💬

MySQLi Module - Accessing MySQL Server
This chapter provides tutorial examples and notes about MySQLi module for MySQL server. Topics include configuring the PHP environment to use the MySQLi module; opening connection to MySQL server; running SQL queries; looping through result set.
2024-07-20, ∼637🔥, 0💬

Managing PHP Environment and Modules on macOS
This chapter provides tutorial examples and notes on managing PHP environment and modules on macOS systems. Topics include verify PHP installation on macOS.
2024-07-20, ∼368🔥, 0💬

Install DOM Extension on CentOS
This section provides a tutorial example on how to install PHP DOM Extension on CentOS systems.
2024-07-20, ∼315🔥, 0💬

Load HTML Documents with LIBXML_NOBLANKS
This section provides a tutorial example on how to load HTML documents with the LIBXML_NOBLANKS using the PHP DOM Extension. It only removes whitespaces between tags inside the 'head' element.
2024-07-20, ∼274🔥, 0💬

Parse and Traverse HTML Documents
This section provides a tutorial example on how to parse an HTML document into a DOMDocument object and traverse it as a DOMNode object tree.
2024-07-20, ∼263🔥, 0💬

php.ini - Configuration Directive File
This section describes the PHP runtime configuration file, php.ini, which allows you to specify master directive values for all modules.
2024-07-20, ∼248🔥, 0💬

References
List of reference materials used in this book.
2024-07-20, ∼247🔥, 0💬

Upgrade PHP Environment on macOS
This section provides notes on upgrade PHP on macOS computers. There seems to be no PHP binary package available in Homebrew repository for macOS 10.12.
2024-07-20, ∼243🔥, 0💬

Build New HTML Documents
This section provides a tutorial example on how to create an HTML document using methods provided from the DOM extension.
2024-07-20, ∼238🔥, 0💬

"php -a" - PHP Interactive Shell
This section provides a tutorial example on how to run the PHP environment as an interactive shell, php -a, which lets you to type in a PHP statement and see the result immediately on the screen.
2024-07-20, ∼236🔥, 0💬

What Is PHP
This section describes what is PHP language and what are main features supported in PHP.
2024-07-20, ∼234🔥, 0💬

Downloading and Installing PHP Documentation
This section provides a tutorial example on how to download and install PHP documentation in HTML format.
2024-07-20, ∼231🔥, 0💬

PHP Version Pre-Installed on CentOS
This section provides notes to verify PHP version supported on CentOS and run a simple PHP interactive scripting session.
2024-07-20, ∼229🔥, 0💬

DOM (Document Object Model) Module
This section describes what is DOM (Document Object Model) Module, which allows you to parse XML and HEML documents.
2024-07-20, ∼229🔥, 0💬

<< < 16 17 18 19 20 21 22 23 24 25 26 > >>   ∑:9107  Sort:Rank