Popular Books:
PCRE Module and C Library
This section provides a quick introduction on PCRE Library for regular expression operations. 2024-07-29, ∼175🔥, 0💬
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, ∼172🔥, 0💬
preg_split() - Split String into Tokens
This section provides a tutorial example on how to split a string with pattern delimiters using the preg_split() function. 2024-07-29, ∼164🔥, 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, ∼159🔥, 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, ∼156🔥, 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, ∼151🔥, 0💬
About This Book
This section provides some detailed information about this book - PHP Modules Tutorials - Herong's Tutorial Examples. 2024-07-20, ∼184🔥, 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, ∼196🔥, 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, ∼657🔥, 0💬
mysqli_connect() and Other MySQL Functions
This section describes procedural functions provided by MySQLi module. mysql_connect() creates a connection to the specified MySQL server. 2024-07-20, ∼597🔥, 0💬
Popular Posts:
This section describes two types of 'import' statements: Single Type Import and On-Demand Type Impor...
科兴生物新冠疫苗的保护效力是多少? 巴西针对18岁及以上医务人员的研究共入组1239 6名受试者,获得253例监测期有效病例。...
This section describes what is SHA1 (Secure Hash Algorithm 1) - a message digest algorithm which tak...
This section provides a tutorial example on how to use 'javac --module' command to compile all Java ...
This free book is a collection of notes and sample codes written by the author while he was learning...