Manuál PHP | ||
---|---|---|
Předcházející | Další |
msql_field_flags() returns the field flags of the specified field.
result
Výsledek resource, který se ověřuje. Tento výsledek se získá voláním msql_query().
field_offset
Číselný offset pole.
field_offset
začíná na 1.
Returns a string containing the field flags of the specified key. This can be: primary key not null, not null, primary key, unique not null or unique.
Předcházející | Domů | Další |
msql_fetch_row | Nahoru | msql_field_len |