pg_insert() inserts the values of assoc_array into the table specified by table_name. table_name must at least have as many columns as assoc_array has elements. The fieldnames in table_name must match the indices of assoc_array. Siker esetén TRUE értékkel tér vissza, ellenkező esetben FALSE értéket ad. If options is specified, pg_insert() is applied to assoc_array with specified option. If PGSQL_DML_STRING is part of the options then query string is returned.
Figyelem |
Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. A függvény működése, neve, bármi amit a függévénnyel kapcsolatban dokumentáltunk megváltozhat egy későbbi PHP kiadásban minden figyelmeztetés nélkül. Ezt a függvényt csak a saját felelősségedre használd! |