Searched refs:field (Results 1 – 3 of 3) sorted by relevance
68 foreach($fields as $field) {69 if (isset($_POST[$field])) {70 $$field = $_POST[$field]; variable
342 * @param mixed $field [optional] <p>346 * It can be the field's offset, the field's name, or the field's table499 * The numerical field offset. If the field offset is not specified, the575 * Returns the length of the specified field590 * @return string The returned field type872 * @param mixed $field [optional] <p>873 * The field name.886 * @param $field [optional]890 function mysql_dbname ($result, $row, $field) {}893 * Get table name of field[all …]
18 /* the cvsaccess field requires more thought. we might want to expand19 it to a more general flags field or something. it already implies22 Abusive users can have their dns privilidges revoked using this field.
Completed in 10 milliseconds