Searched refs:author (Results 1 – 25 of 89) sorted by relevance
1234
9 function addBook($title, $author) {12 $authorElement = $this->createElement("author");13 $authorElement->appendChild($this->createTextNode($author));34 <author>John Steinbeck</author>38 <author>John Steinbeck</author>40 <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…
28 <!ELEMENT book (title , author)>30 <!ELEMENT author (#PCDATA)>32 …author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><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)
25 …author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author…
14 <author>John Steinbeck</author>18 <author>John Steinbeck</author>
18 <author>John Steinbeck</author>22 <author>John Steinbeck</author>
21 <author>John Steinbeck</author>25 <author>John Steinbeck</author>
32 <author>John Steinbeck</author>35 <author>John Steinbeck</author>
22 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
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"]=>
13 echo "{$book->title} was written by {$book->author}\n";22 $author = $book->getElementsByTagName("author"); variable23 echo $title[0]->firstChild->data . " was written by ". $author[0]->firstChild->data . "\n";
6 * @author Marcus Boerger14 * @author Marcus Boerger
7 * @author Marcus Boerger18 * @author Marcus Boerger
20 ["author"]=>27 ["author"]=>
Completed in 102 milliseconds