Krok po koroku, pełna dokumentacja w języku polskim. Skrypty napisane w PHP są z reguły umieszczane w dokumentach tekstowych (często razem z HTML lub XHTML). Dzięki temu PHP jest podobny w założeniach do dużo starszego mechanizmu Server Side Includes[4]. PHP pozwala także na wykonywanie skryptów z linii poleceń podobnie jak Perl i Python. Jego modułowa budowa udostępnia również możliwość programowania aplikacji z interfejsem graficznym. PHP umożliwia współpracę z wieloma rodzajami źródeł danych, jak na przykład serwery relacyjnych baz danych, pliki tekstowe czy dokumenty XML.
(no version information, might be only in CVS)
pg_field_table -- Returns the name or oid of the tables field
pg_field_table() returns the name of the table that field
belongs to, or the table's oid if oid_only is TRUE.
resultPostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
field_numberField number, starting from 0.
oid_only
By default the tables name that field belongs to is returned but
if oid_only is set to TRUE, then the
oid will instead be returned.
Notatka: Returning the oid is much faster than returning the table name because fetching the table name requires a query to the database system table.
| Poprzedni | Spis treści | Następny |
| pg_field_size | Początek rozdziału | pg_field_type_oid |
php
kontakt:praca.pozycjonowanie@gmail.com