Manuál PHP | ||
---|---|---|
Předcházející | Další |
(PHP 4 >= 4.3.0, PHP 5)
pg_convert -- Convert associative array value into suitable for SQL statementpg_convert() checks and converts the values in assoc_array into suitable values for use in a SQL statement. Precondition for pg_convert() is the existence of a table table_name which has at least as many columns as assoc_array has elements. The fieldnames as well as the fieldvalues in table_name must match the indices and values of assoc_array. Returns an array with the converted values on success, FALSE otherwise.
Varování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
See also pg_meta_data().
Předcházející | Domů | Další |
pg_connection_status | Nahoru | pg_copy_from |