It is an unofficial and free PHP book created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow.
Table of contents
- Getting started with PHP
- Alternative Syntax for Control Structures
- APCu
- Array iteration
- Arrays
- Asynchronous programming
- Autoloading Primer
- BC Math (Binary Calculator)
- Cache
- Classes and Objects
- Closure
- Coding Conventions
- Command Line Interface (CLI)
- Comments
- Common Errors
- Compilation of Errors and Warnings
- Compile PHP Extensions
- Composer Dependency Manager
- Constants
- Contributing to the PHP Core
- Contributing to the PHP Manual
- Control Structures
- Cookies
- Create PDF files in PHP
- Cryptography
- Datetime Class
- Debugging
- Dependency Injection
- Design Patterns
- Docker deployment
- Exception Handling and Error Reporting
- Executing Upon an Array
- File handling
- Filters & Filter Functions
- Functional Programming
- Functions
- Generators
- Headers Manipulation
- How to break down an URL
- How to Detect Client IP Address
- HTTP Authentication
- Image Processing with GD
- Imagick
- IMAP
- Installing a PHP environment on Windows
- Installing on Linux/Unix Environments
- JSON
- Localization
- Loops
- Machine learning
- Magic Constants
- Magic Methods
- Manipulating an Array
- mongo-php
- Multi Threading Extension
- Multiprocessing
- Namespaces
- Object Serialization
- Operators
- Output Buffering
- Outputting the Value of a Variable
- Parsing HTML
- Password Hashing Functions
- PDO
- Performance
- PHP Built in server
- PHP MySQLi
- php mysqli affected rows returns 0 when it should return a positive integer
- PHPDoc
- Processing Multiple Arrays Together
- PSR
- Reading Request Data
- Recipes
- References
- Reflection
- Regular Expressions (regexp/PCRE)
- Secure Remeber Me
- Security
- Sending Email
- Serialization
- Sessions
- SimpleXML
- SOAP Client
- SOAP Server
- Sockets
- SPL data structures
- SQLite3
- Streams
- String formatting
- String Parsing
- Superglobal Variables PHP
- Traits
- Type hinting
- Type juggling and Non-Strict Comparison Issues
- Types
- Unicode Support in PHP
- Unit Testing
- URLs
- Using cURL in PHP
- Using MongoDB
- Using Redis with PHP
- Using SQLSRV
- UTF-8
- Variable Scope
- Variables
- WebSockets
- Working with Dates and Time
- XML
- YAML in PHP
Pages : | 603 |
Size : | 4.3 MB |
Downloads: | 332 |
Created: | 2022-02-03 |
License: | CC BY-SA |
Author(s): | Stack Overflow Community |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Learning PHP
Download free PHP tutorial in PDF ,training document under 10 pages for beginners.Learn how to easy code your first PHP script.
There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider
Download free course PHP Notes for Professionals, pdf file on 480 pages by Stack Overflow Community.
PHP is a server-side scripting language that is widely used for web development. With this book, you will get a deep understanding of the advanced programming concepts in PHP and how to apply it practically.
This book written to provide clear and concise explanation of topics for programmers both starting to learn the PHP programming as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.