Browse Source

Fix small typo

master
Habetdin 7 years ago committed by GitHub
parent
commit
4977ba1e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      safemysql.class.php

2
safemysql.class.php

@ -221,7 +221,7 @@ class SafeMySQL
*
* Examples:
* $data = $db->getRow("SELECT * FROM table WHERE id=1");
* $data = $db->getOne("SELECT * FROM table WHERE id=?i", $id);
* $data = $db->getRow("SELECT * FROM table WHERE id=?i", $id);
*
* @param string $query - an SQL query with placeholders
* @param mixed $arg,... unlimited number of arguments to match placeholders in the query

Loading…
Cancel
Save