Function - ISDATAEXISTS
Is Database Field Exists |
Database
|
SYNTAX |
IsDataExists( STRING database name, STRING field name) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Returns 1 if the provided database field name exists, returns 0 otherwise |
ADDITIONAL INFO |
|
EXAMPLE |
IsDataExists("database_name", "field_name") |
| |