Skip to content

Commit 07bf65c

Browse files
author
Radovan Janjic
committed
Update README.md
1 parent d0f3541 commit 07bf65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ $db->connect();
754754
$db->query2XML('select * from `table` limit 10', 'items', 'item', 'test_files/test-query2xml.csv');
755755

756756
// Return result as XML
757-
$xml = $db->query2CSV('select * from `table` limit 10', 'items', 'item');
757+
$xml = $db->query2XML('select * from `table` limit 10', 'items', 'item');
758758

759759
/** Export query to XML file or return as XML string
760760
* @param string $query - mysql query

0 commit comments

Comments
 (0)