Searched refs:author (Results 1 – 25 of 54) sorted by relevance
123
9 function addBook($title, $author) {12 $authorElement = $this->createElement("author");13 $authorElement->appendChild($this->createTextNode($author));35 <author>John Steinbeck</author>39 <author>John Steinbeck</author>41 <book><title>PHP de Luxe</title><author>Richard Samar, Christian Stocker</author></book></books>
30 <author>John Steinbeck</author>34 <author>John Steinbeck</author>40 …The Grapes of Wrath</title><author>John Steinbeck</author></book><book><title>The Pearl</title><au…
26 <!ELEMENT book (title , author)>28 <!ELEMENT author (#PCDATA)>30 …author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author…
11 * <author></author>16 * Normalize author. Calculate the number of title text nodes (2).28 $author = $doc->createElement('author');29 $root->appendChild($author);45 $author->normalize();47 echo "Number of child nodes of title after normalizing author = ";61 Number of child nodes of title after normalizing author = int(2)
38 <author>John Steinbeck</author>41 <author>John Steinbeck</author>53 <author>John Steinbeck</author>56 <author>John Steinbeck</author>
23 …author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author…
20 <author>John Steinbeck</author>24 <author>John Steinbeck</author>
28 <author>John Steinbeck</author>32 <author>John Steinbeck</author>
12 <author>John Steinbeck</author>16 <author>John Steinbeck</author>
20 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
17 <author>John Steinbeck</author>21 <author>John Steinbeck</author>
72 <author>John Steinbeck</author>76 <author>John Steinbeck</author>82 <author>John Steinbeck</author>86 <author>John Steinbeck</author>
12 echo "{$book->title} was written by {$book->author}\n";26 <author>John Steinbeck</author>30 <author>John Steinbeck</author>
20 ["author"]=>27 ["author"]=>
13 * <author></author>18 * Normalize author. Calculate the number of title text nodes (2).30 $author = $doc->createElement('author');31 $root->appendChild($author);47 $author->normalize();49 echo "Number of child nodes of title after normalizing author = ";63 Number of child nodes of title after normalizing author = int(2)
9 <meta name="author" content="name">19 <meta name="author" content="name">25 <meta name="author" content="name1">34 <meta name="author" content="name"43 <meta name="author" content="name"60 ["author"]=>70 ["author"]=>
6 * @author Marcus Boerger14 * @author Marcus Boerger
7 * @author Marcus Boerger18 * @author Marcus Boerger
16 author = 'The PHP Group' variable
Completed in 26 milliseconds