Searched refs:fields (Results 1 – 2 of 2) sorted by relevance
67 $fields = ["token", "username", "password"]; variable68 foreach($fields as $field) {
239 * List MySQL table fields240 * @link https://php.net/manual/en/function.mysql-list-fields.php369 * Get number of fields in result370 * @link https://php.net/manual/en/function.mysql-num-fields.php372 * @return int the number of fields in the result set resource on934 * fields. This index starts with 0, the first field in the result.
Completed in 5 milliseconds