Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2221 - 2240 из 3519.
Упорядочить по:
URL
|
дате изменения
2221. ifxus_open_slob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifxus_open_slob -- Opens an slob object . int ifxus_open_slob ( long bid, int mode) . Opens an slob object. bid should be an existing slob id. Modes: 1 = LO_RDONLY, 2 = LO_WRONLY, 4 = LO_APPEND, 8 = LO_RDWR, 16 = LO_BUFFER, 32 = LO_NOBUFFER -> or-mask. Returns FALSE on error otherwise the new slob object-id. Prev . Home . Next . ifxus_close_slob . Up . ifxus_tell_slob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifxus-open-slob.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2222. ifxus_tell_slob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifxus_tell_slob -- Returns the current file or seek position . int ifxus_tell_slob ( long bid) . Returns the current file or seek position of an open slob object bid should be an existing slob id. Return FALSE on error otherwise the seek position. Prev . Home . Next . ifxus_open_slob . Up . ifxus_seek_slob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifxus-tell-slob.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2223. ifxus_create_slob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifxus_create_slob -- Creates an slob object and opens it . int ifxus_create_slob ( int mode) . Creates an slob object and opens it. Modes: 1 = LO_RDONLY, 2 = LO_WRONLY, 4 = LO_APPEND, 8 = LO_RDWR, 16 = LO_BUFFER, 32 = LO_NOBUFFER -> or-mask. You can also use constants named IFX_LO_RDONLY, IFX_LO_WRONLY etc. Return FALSE on error otherwise the new slob object-id. Prev . Home . Next . ifx_nullformat . Up . ifxus_free_slob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifxus-create-slob.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2224. ifxus_free_slob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifxus_free_slob -- Deletes the slob object . int ifxus_free_slob ( int bid) . Deletes the slob object. bid is the Id of the slob object. Returns FALSE on error otherwise TRUE . Prev . Home . Next . ifxus_create_slob . Up . ifxus_close_slob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifxus-free-slob.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2225. ifx_byteasvarchar
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_byteasvarchar -- Set the default byte mode . void ifx_byteasvarchar ( int mode) . Sets the default byte mode for all select-queries. Mode "0" will return a blob id, and mode "1" will return a varchar with text content. Prev . Home . Next . ifx_textasvarchar . Up . ifx_nullformat
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-byteasvarchar.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2226. ifx_nullformat
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_nullformat -- Sets the default return value on a fetch row . void ifx_nullformat ( int mode) . Sets the default return value of a NULL-value on a fetch row. Mode "0" returns "", and mode "1" returns " NULL ". Prev . Home . Next . ifx_byteasvarchar . Up . ifxus_create_slob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-nullformat.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2227. ifx_blobinfile_mode
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_blobinfile_mode -- Set the default blob mode for all select queries . void ifx_blobinfile_mode ( int mode) . Set the default blob mode for all select queries. Mode "0" means save Byte-Blobs in memory, and mode "1" means save Byte-Blobs in a file. Prev . Home . Next . ifx_update_blob . Up . ifx_textasvarchar
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-blobinfile-mode.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2228. ifx_textasvarchar
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_textasvarchar -- Set the default text mode . void ifx_textasvarchar ( int mode) . Sets the default text mode for all select-queries. Mode "0" will return a blob id, and mode "1" will return a varchar with text content. Prev . Home . Next . ifx_blobinfile_mode . Up . ifx_byteasvarchar
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-textasvarchar.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2229. ifx_free_blob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_free_blob -- Deletes the blob object . int ifx_free_blob ( int bid) . Deletes the blobobject for the given blob object-id bid . Returns FALSE on error otherwise TRUE . Prev . Home . Next . ifx_copy_blob . Up . ifx_get_blob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-free-blob.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2230. ifx_get_blob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_get_blob -- Return the content of a blob object . int ifx_get_blob ( int bid) . Returns the content of the blob object for the given blob object-id bid . Prev . Home . Next . ifx_free_blob . Up . ifx_update_blob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-get-blob.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2231. ifx_update_blob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_update_blob -- Updates the content of the blob object . ifx_update_blob ( int bid, string content) . Updates the content of the blob object for the given blob object bid . content is a string with new data. Returns FALSE on error otherwise TRUE . Prev . Home . Next . ifx_get_blob . Up . ifx_blobinfile_mode
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-update-blob.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2232. ifx_copy_blob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_copy_blob -- Duplicates the given blob object . int ifx_copy_blob ( int bid) . Duplicates the given blob object. bid is the ID of the blob object. Returns FALSE on error otherwise the new blob object-id. Prev . Home . Next . ifx_create_blob . Up . ifx_free_blob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-copy-blob.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2233. ifx_create_blob
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_create_blob -- Creates an blob object . int ifx_create_blob ( int type, int mode, string param) . Creates an blob object. type: 1 = TEXT, 0 = BYTE . mode: 0 = blob-object holds the content in memory, 1 = blob-object holds the content in file. param: if mode = 0: pointer to the content, if mode = 1: pointer to the filestring. Return FALSE on error, otherwise the new blob object-id. Prev . Home . Next . ifx_get_char . Up . ifx_copy_blob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-create-blob.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2234. ifx_get_char
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_get_char -- Return the content of the char object . int ifx_get_char ( int bid) . Returns the content of the char object for the given char object-id bid . Prev . Home . Next . ifx_update_char . Up . ifx_create_blob
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-get-char.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2235. ifx_update_char
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_update_char -- Updates the content of the char object . int ifx_update_char ( int bid, string content) . Updates the content of the char object for the given char object bid . content is a string with new data. Returns FALSE on error otherwise TRUE . Prev . Home . Next . ifx_free_char . Up . ifx_get_char
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-update-char.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2236. ifx_create_char
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_create_char -- Creates an char object . int ifx_create_char ( string param) . Creates an char object. param should be the char content. Prev . Home . Next . ifx_free_result . Up . ifx_free_char
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-create-char.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2237. ifx_free_char
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_free_char -- Deletes the char object . int ifx_free_char ( int bid) . Deletes the charobject for the given char object-id bid . Returns FALSE on error otherwise TRUE . Prev . Home . Next . ifx_create_char . Up . ifx_update_char
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-free-char.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2238. ifx_free_result
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_free_result -- Releases resources for the query . int ifx_free_result ( int result_id) . Releases resources for the query associated with result_id . Returns FALSE on error. Prev . Home . Next . ifx_num_rows . Up . ifx_create_char
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-free-result.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2239. ifx_num_fields
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_num_fields -- Returns the number of columns in the query . int ifx_num_fields ( int result_id) . Returns the number of columns in query for result_id or FALSE on error . After preparing or executing a query, this call gives you the number of columns in the query. Prev . Home . Next . ifx_fieldproperties . Up . ifx_num_rows
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-num-fields.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2240. ifx_num_rows
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) ifx_num_rows -- Count the rows already fetched from a query . int ifx_num_rows ( int result_id) . Gives the number of rows fetched so far for a query with result_id after a ifx_query() or ifx_do() query. Prev . Home . Next . ifx_num_fields . Up . ifx_free_result
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ifx-num-rows.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы