< 1 2 3 4 5 6 7 > >>   ∑:7888

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, 283🔥, 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, 279🔥, 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, 278🔥, 0💬

"php -i" - PHP Engine Information
This section provides a tutorial example on how to get more information about the PHP engine and its execution environment: php -i
2024-07-20, 104🔥, 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, 104🔥, 0💬

Remove Whitespaces in HTML Documents
This section provides a tutorial example on how to remove whitespaces in HTML Documents with PHP DOM Extension.
2024-07-20, 104🔥, 0💬

DOCTYPE Element in HTML Documents
This section provides a quick introduction on the DOCTYPE elements in HTML documents.
2024-07-20, 104🔥, 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, 104🔥, 0💬

Introduction and Installation of PHP
This chapter provides tutorial notes and example codes on PHP installation. Topics include quick introduction of PHP, downloading and installing PHP engine, PHP command line options, writing first PHP script.
2024-07-20, 103🔥, 0💬

"php -a" - PHP Interactive Shell
This section provides a tutorial example on how to run the PHP engine 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, 103🔥, 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, 103🔥, 0💬

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

Downloading and Installing PHP 7.3 for Windows
This section provides a tutorial example on how to download and install the PHP engine 7.0 on a Windows system.
2024-07-20, 102🔥, 0💬

"php -help" - Command Line Options
This section provides a tutorial example on how to see all command line options supported by the PHP engine: php -help.
2024-07-20, 102🔥, 0💬

"php -m" - Built-in Modules
This section provides a tutorial example on how to get a list of all modules that are pre-compiled in the PHP engine: php -m.
2024-07-20, 102🔥, 0💬

php.ini - PHP Runtime Configuration
This section describes the PHP runtime configuration file, php.ini.
2024-07-20, 102🔥, 0💬

Hello.php - My First PHP Script
This section provides a tutorial example on how to write the first PHP script, Hello.php, and run it with PHP CLI and PHP CGI.
2024-07-20, 102🔥, 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, 102🔥, 0💬

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

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

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

Upgrade PHP Engine 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, 102🔥, 0💬

Managing PHP Engine and Modules on CentOS
This chapter provides tutorial examples and notes on managing PHP engine and modules on CentOS systems. Topics include verify PHP installation on CentOS.
2024-07-20, 102🔥, 0💬

Install PHP Extensions on CentOS
This section provides a tutorial example on how to add PHP extensions on CentOS Linux systems by searching and installing the extension using the 'dnf' package manager.
2024-07-20, 102🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:7888