< 1 2 3 4 5 6 7 > >>   ∑:7917  Sort:Rank

GD Library of Image Functions
This section provides a quick introduction on GD Library for creating images and managing image files in BMP, GIF, PNG, JPEG formats.
2024-07-29, 111🔥, 0💬

GD Library - Print 2 Pictures on 1 Page
This section provides a tutorial example on how to compose a print page with 2 pictures placed vertically using GD Library functions.
2024-07-29, 111🔥, 0💬

cURL Module - Client for URL
This chapter provides tutorial examples and notes on cURL module for making HTTP (and other protocol) requests. Topics include creating a cURL handle; sending network request; setting request options; making HTTP POST requests; getting transaction information and error.
2024-07-29, 111🔥, 0💬

preg_match() - Regular Expression Match
This section provides a tutorial example on how to search for the first occurrence and all occurrences with a given regular expression pattern using preg_match() and preg_match_all() functions.
2024-07-29, 111🔥, 0💬

Transparent Image Over Text Web Page
This section provides a tutorial example on how to display a transparent image floating over Web page text.
2024-07-29, 109🔥, 0💬

PCRE Module - Perl Compatible Regular Expressions
This chapter provides tutorial examples and notes on PCRE module. Topics include introduction of commonly used PCRE functions; searching for patterns and retrieving matched substrings; searching array members; replacing substrings; splitting strings; quoting special characters.
2024-07-29, 109🔥, 0💬

PCRE Module and C Library
This section provides a quick introduction on PCRE Library for regular expression operations.
2024-07-29, 109🔥, 0💬

preg_grep() - Search Array Members
This section provides a tutorial example on how to search for array members with a given regular expression pattern using preg_grep() function.
2024-07-29, 107🔥, 0💬

preg_replace() - Replace Matched Substring
This section provides a tutorial example on how to search and replace regular expression patterns using preg_replace() and preg_match_filter() functions.
2024-07-29, 107🔥, 0💬

"UnitConversion_REST" - REST Web Service
"UnitConversion_REST" is an REST Web service for test purpose only. High level information about this "Hello_REST" Web service: Web service endpoint: http://www.herongyang.com/Serv iceRepresentation of resources: UnitConversion_REST.php Operations: GET and POST Operation parameters: "type", "from", ...
2024-07-22, 10978🔥, 0💬

Popular Book List
Popular Books: Android Tutorials Bitcoin Tutorials C# Tutorial Examples Cheminformatics Tutorials Cryptography Tutorials Data Encodings EC Cryptography Email Tutorials Ethereum Tutorials Flash Tutorials Free Web Services GB2312 Character Set HTML Tutorials Java Tutorial Examples Java GC Tutorials Ja...
2024-07-20, 6111🔥, 0💬

Site Map
Tutorial Books on Software Programming Android Tutorials - Herong's Tutorial Examples ASP Tutorials - Herong's Tutorial Examples C# Tutorials - Herong's Tutorial Examples Data Encodings - Herong's Tutorial Examples Flash Tutorials - Herong's Tutorial Examples Free Web Services - Herong's Tutorial Ex...
2024-07-20, 29235🔥, 0💬

About This Book
This section provides some detailed information about this book - PHP Modules Tutorials - Herong's Tutorial Examples.
2024-07-20, 128🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2024-07-20, 137🔥, 0💬

PHP Modules Tutorials - Herong's Tutorial Examples
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP modules himself. Topics include running PHP scripts on Windows, macOS and Linux; cURL module for getting URL responses; DOM mudule for parsing HTML Documents; GD module for processing ima...
2024-07-20, 139🔥, 0💬

Using SOAP Extension in non-WSDL Mode
This section provides a tutorial example on how to use SOAP client functions to make Web service call without using the WSDL standard on the target SOAP node and print detailed debug information.
2024-07-20, 8569🔥, 0💬

Create ZIP Archive for Download
This section provides a tutorial example on how to create a ZIP archive in a temporary file with dymanic data and send it to Web browser as a download using the ZipArchive class.
2024-07-20, 2200🔥, 0💬

SoapClient - SOAP Client Class and Functions
This section describes the SoapClient class and functions provided in the SOAP extension library for writing SOAP client application. __soapCall() allows you to make a RPC function call on the target SOAP node.
2024-07-20, 793🔥, 0💬

Hello_There_Dump.php - Debugging SOAP Messages
This section provides a tutorial example on how to use SOAP client functions to make Web service call on the target SOAP node and print detailed debug information.
2024-07-20, 769🔥, 0💬

Turning on the Default SOAP Module
This section provides a tutorial example on how to turn on the SOAP extension inluded in the default distribution package - extension=php_soap.dll in the php.ini file.
2024-07-20, 590🔥, 0💬

What Is WSDL
This section describes what is WSDL - an XML based standard designed to describes protocol bindings and message formats of Web services.
2024-07-20, 564🔥, 0💬

SOAP Module - Creating and Calling Web Services
This chapter provides tutorial examples and notes about SOAP module for creating and calling Web services. Topics include PHP implementations of SOAP, the SOAP extension library, SOAP client functions, Calling Web services with and without using the WSDL standard, example scripts to dump SOAP commun...
2024-07-20, 563🔥, 0💬

SOAP Module - Server Functions and Examples
This chapter provides tutorial examples and notes about SOAP module's server functions and examples. Topics include introduction to SOAP server class and functions, SOAP server example - HelloServer.php, server examples with SOAP 1.1 and 1.2, server example in WSDL mode.
2024-07-20, 545🔥, 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, 527🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:7917  Sort:Rank