Popular Books:
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, ∼235🔥, 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, ∼224🔥, 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, ∼211🔥, 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, ∼203🔥, 0💬
About This Book
This section provides some detailed information about this book - PHP Modules Tutorials - Herong's Tutorial Examples. 2024-07-20, ∼262🔥, 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, ∼277🔥, 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, ∼722🔥, 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, ∼682🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to save text files with Nodepad by selecting the Uni...
This book is a collection of tutorial notes and sample codes written by the author while he was lear...
什么是康复者血浆治疗技术? 康复者血浆治疗技术是采集新冠病毒康复者的血浆, 对血浆进行核酸检测、病毒灭活工艺...
This section describes how to measure the performance of inserting rows using a PreparedStatement ob...
This section provides a tutorial example on how to compile multiple C# source code files together.