Practical PHP Programming:Miscellaneous topics
From IpbWiki
I have to admit that I hate the idea of a "miscellaneous" chapter as much as the next person – surely all parts of PHP fit nicely together into groups of associated functionality? Well, no – although the majority of this book is split up nicely into related sections, there are several parts that simply do not relate to anything else close by or deserve their own section to give them justice.
Chapter contents
- 15.1. Practical_PHP_Programming:Process control
- 15.1.1. Practical_PHP_Programming:Accepting signals
- 15.1.2. Practical_PHP_Programming:Setting up a timer
- 15.1.3. Practical_PHP_Programming:Forking children
- 15.1.4. Practical_PHP_Programming:Duplication of resources when forking
- 15.1.5. Practical_PHP_Programming:Waiting for forked children to terminate
- 15.1.6. Practical_PHP_Programming:Event-driven child termination
- 15.1.7. Practical_PHP_Programming:Checking how child processes terminated
- 15.1.8. Practical_PHP_Programming:Running programs in the current address space
- 15.1.9. Practical_PHP_Programming:Piping data between processes
- 15.2. Practical_PHP_Programming:POSIX functions
- 15.3. Practical_PHP_Programming:The Standard PHP Library
- 15.4. Practical_PHP_Programming:Reflection
- 15.5. Practical_PHP_Programming:Browser detection
- 15.6. Practical_PHP_Programming:Arbitrary-precision mathematics
- 15.7. Practical_PHP_Programming:Spellchecking and text matching
- 15.8. Practical_PHP_Programming:Templates
