downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

msql_field_table> <msql_field_name
Last updated: Fri, 14 Aug 2009

view this page in

msql_field_seek

(PHP 4, PHP 5)

msql_field_seekFixe l'offset d'un champ mSQL

Description

bool msql_field_seek ( resource $result , int $field_offset )

msql_field_seek() recherche l'offset du champ field_offset . Le prochain appel à msql_fetch_field() sans l'argument field_offset , retournera ce champ.

Liste de paramètres

result

La ressource de résultat qui vient d'être évaluée. Ce résultat vient de l'appel à la fonction msql_query().

field_offset

La position numérique du champ. La position field_offset commence à 1.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Voir aussi



add a note add a note User Contributed Notes
msql_field_seek
There are no user contributed notes for this page.

msql_field_table> <msql_field_name
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites