24.11 Answers to Chapter 12This is NOT the latest copy of this book; click here for the latest version.
-
"Case folding is the process of matching start tags to end tags in an event-based parser: true or false" False, it's the act of converting all string cases to a uniform system, usually lowercase.
-
"What does SimpleXML do when it encounters an XML attribute" Ignores it.
-
"What is the primary reason for using PHP to process XML and XSLT rather than letting it be processed on the client side" The client may not support either of the two formats, or may process them incorrectly.
|
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.
My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!
|