Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/pgsql/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/pgsql/tests/11pg_meta_data.phpt |
--TEST-- PostgreSQL pg_metadata() --SKIPIF-- <?php include("skipif.inc"); ?> --FILE-- <?php error_reporting(E_ALL); include 'config.inc'; $db = pg_connect($conn_str); $meta = pg_meta_data($db, $table_name); var_dump($meta); ?> --EXPECT-- array(3) { ["num"]=> array(7) { ["num"]=> int(1) ["type"]=> string(4) "int4" ["len"]=> int(4) ["not null"]=> bool(false) ["has default"]=> bool(false) ["array dims"]=> int(0) ["is enum"]=> bool(false) } ["str"]=> array(7) { ["num"]=> int(2) ["type"]=> string(4) "text" ["len"]=> int(-1) ["not null"]=> bool(false) ["has default"]=> bool(false) ["array dims"]=> int(0) ["is enum"]=> bool(false) } ["bin"]=> array(7) { ["num"]=> int(3) ["type"]=> string(5) "bytea" ["len"]=> int(-1) ["not null"]=> bool(false) ["has default"]=> bool(false) ["array dims"]=> int(0) ["is enum"]=> bool(false) } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare