
Document You have read in dark mode
'Web', 'author' => 'Philip K. Dick', 'purchaseUrl' => 'http://example.com'], ['name' => 'OOP', 'author' => 'Andy Weir', 'purchaseUrl' => 'http://example.com'], ['name' => 'Database', 'author' => 'Jeffery', 'purchaseUrl' => 'http://example.com'] ]; $filteredBooks = filterBooksByAuthor($books, 'Andy Weir'); ?>
- = $book['name']; ?> - by = $book['author'] ?>










