[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
This file is part of Aura for PHP.
License: | https://opensource.org/licenses/MIT MIT |
File Size: | 34 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ParserInterface:: (1 method):
rebuild()
Interface: ParserInterface - X-Ref
Interface for query parsing/rebuilding functionality.rebuild($string, array $parameters = []) X-Ref |
Rebuilds a query and its parameters to adapt it to PDO's limitations, and returns a list of queries. return: array An array where element 0 is the rebuilt statement and param: string $string The query statement string. param: array $parameters Bind these values into the query. |
Generated: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |