From 8af737a4e33e7360b33b11d5b9775540e9791344 Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Sun, 20 Feb 2005 22:55:54 +0000 Subject: [PATCH] WS fix (start at col 0) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180258 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/sqlite-fetch-column-types.xml | 98 +++++++++---------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/reference/sqlite/functions/sqlite-fetch-column-types.xml b/reference/sqlite/functions/sqlite-fetch-column-types.xml index 7dc5a489c0..bbb289097e 100755 --- a/reference/sqlite/functions/sqlite-fetch-column-types.xml +++ b/reference/sqlite/functions/sqlite-fetch-column-types.xml @@ -1,48 +1,48 @@ - - - - sqlite_fetch_column_types - SQLiteDatabase->fetchColumnTypes - - Return an array of column types from a particular table - - - - Description - - arraysqlite_fetch_column_types - stringtable_name - resourcedbhandle - intresult_type - - Object oriented style (method): - - SQLiteDatabase - - arrayfetchColumnTypes - stringtable_name - intresult_type - - - - sqlite_fetch_column_types returns an array of column - data types from the specified table_name table. - - - The optional result_type parameter accepts a - constant and determines how the returned array will be indexed. Using - SQLITE_ASSOC will return only associative indices - (named fields) while SQLITE_NUM will return only - numerical indices (ordinal field numbers). SQLITE_BOTH - will return both associative and numerical indices. - SQLITE_ASSOC is the default for this function. - - &sqlite.case-fold; - - - <function>sqlite_fetch_column_types</function> example - + + + + sqlite_fetch_column_types + SQLiteDatabase->fetchColumnTypes + + Return an array of column types from a particular table + + + + Description + + arraysqlite_fetch_column_types + stringtable_name + resourcedbhandle + intresult_type + + Object oriented style (method): + + SQLiteDatabase + + arrayfetchColumnTypes + stringtable_name + intresult_type + + + + sqlite_fetch_column_types returns an array of column + data types from the specified table_name table. + + + The optional result_type parameter accepts a + constant and determines how the returned array will be indexed. Using + SQLITE_ASSOC will return only associative indices + (named fields) while SQLITE_NUM will return only + numerical indices (ordinal field numbers). SQLITE_BOTH + will return both associative and numerical indices. + SQLITE_ASSOC is the default for this function. + + &sqlite.case-fold; + + + <function>sqlite_fetch_column_types</function> example + $type) { } ?> ]]> - - - - - + + + + +