comparison core/lib/Drupal/Core/Database/StatementInterface.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
42 /** 42 /**
43 * Executes a prepared statement 43 * Executes a prepared statement
44 * 44 *
45 * @param $args 45 * @param $args
46 * An array of values with as many elements as there are bound parameters in 46 * An array of values with as many elements as there are bound parameters in
47 * the SQL statement being executed. 47 * the SQL statement being executed. This can be NULL.
48 * @param $options 48 * @param $options
49 * An array of options for this query. 49 * An array of options for this query.
50 * 50 *
51 * @return 51 * @return
52 * TRUE on success, or FALSE on failure. 52 * TRUE on success, or FALSE on failure.