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)
oci_bind_array_by_name -- Binds PHP array to Oracle PL/SQL array by name
Binds the PHP array var_array to the Oracle
placeholder name, which points to Oracle PL/SQL
array. Whether it will be used for input or output will be determined at
run-time.
statementA valid OCI statement identifier.
nameThe Oracle placeholder.
var_arrayAn array.
max_table_lengthSets the maximum length both for incoming and result arrays.
max_item_lengthSets maximum length for array items. If not specified or equals to -1, oci_bind_array_by_name() will use find the longest element in the incoming array and will use it as maximum length for array items.
typeShould be used to set the type of PL/SQL array items. See list of available types below:
SQLT_NUM - for arrays of NUMBER.
SQLT_INT - for arrays of INTEGER (Note: INTEGER it is actually a synonym for NUMBER(38), but SQLT_NUM type won't work in this case even though they are synonyms).
SQLT_FLT - for arrays of FLOAT.
SQLT_AFC - for arrays of CHAR.
SQLT_CHR - for arrays of VARCHAR2.
SQLT_VCS - for arrays of VARCHAR.
SQLT_AVC - for arrays of CHARZ.
SQLT_STR - for arrays of STRING.
SQLT_LVC - for arrays of LONG VARCHAR.
SQLT_ODT - for arrays of DATE.
| Poprzedni | Spis treści | Następny |
| Oracle Functions | Początek rozdziału | oci_bind_by_name |
php
kontakt:praca.pozycjonowanie@gmail.com