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

search for in the

msql_field_table> <msql_field_name
[edit] Last updated: Fri, 17 May 2013

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 ou FALSE si une erreur survient.

Voir aussi



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

 
show source | credits | sitemap | contact | advertising | mirror sites