Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 1301 - 1320 из 3519.
Упорядочить по:
URL
|
дате изменения
1301. pdf_add_launchlink
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_add_launchlink -- Add a launch annotation for current page . int pdf_add_launchlink ( int pdf object, float llx, float lly, float urx, float ury, string filename) . Add a launch annotation (to a target of arbitrary file type). Prev . Home . Next . pdf_add_bookmark . Up . pdf_add_locallink
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.pdf-add-launchlink.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1302. pdf_add_annotation
. PHP Manual . Prev . Next . (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_add_annotation -- Deprecated: Adds annotation . pdf_add_outline() is replaced by pdf_add_note() . See also pdf_add_note() . Prev . Home . Next . PDF functions . Up . pdf_add_bookmark
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.pdf-add-annotation.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1303. overload
. PHP Manual . Prev . Next . (PHP 4 CVS only) overload -- Enable property and method call overloading for a class . void overload ( [string class_name]) . The overload() function will enable property and method call overloading for a class identified by class_name . See an example in the introductory section of this part . Prev . Home . Next . Object property and method call overloading . Up . PDF functions
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.overload.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1304. Object property and method call overloading
... The purpose of this extension is to allow overloading of object property access and method calls. Only one function is defined in this extension, overload() which takes the name of the class that should have this functionality enabled. The class named has to define appropriate methods if it wants to have this functionality: __get() , __set() and __call() respectively for getting/setting a property, or calling a method. ... overload -- Enable property and method call overloading for a class . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.overload.html -- 6.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1305. Output Control Functions
... The Output Control functions allow you to control when output is sent from the script. ... The Output Control functions do not affect headers sent using header() or setcookie() , only functions such as echo() and data between blocks of PHP code. ... In the above example, the output from echo() would be stored in the output buffer until ob_end_flush() was called. ... ob_start -- Turn on output buffering . ... ob_end_flush -- Flush (send) the output buffer and turn off output buffering . ... flush ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.outcontrol.html -- 6.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1306. ob_end_clean
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) ob_end_clean -- Clean (erase) the output buffer and turn off output buffering . void ob_end_clean ( (void);) . This function discards the contents of the output buffer and turns off output buffering. See also ob_start() , ob_clean() and ob_end_flush() . Prev . Home . Next . ob_end_flush . Up . ob_implicit_flush
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-end-clean.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1307. ob_implicit_flush
... PHP 4 >= 4.0.0) ob_implicit_flush -- Turn implicit flush on/off . void ob_implicit_flush ( [int flag]) . ob_implicit_flush() will turn implicit flushing on or off (if no flag is given, it defaults to on). Implicit flushing will result in a flush operation after every output call, so that explicit calls to flush() will no longer be needed. Turning implicit flushing on will disable output buffering, the output buffers current output will be sent as if ob_end_flush() had been called. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-implicit-flush.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1308. ob_clean
. PHP Manual . Prev . Next . (PHP 4 CVS only) ob_clean -- Clean (erase) the output buffer . void ob_clean ( (void);) . This function discards the contents of the output buffer. This function does not destroy the output buffer like ob_end_clean() does. See also ob_flush() , ob_end_flush() and ob_end_clean() . Prev . Home . Next . ob_flush . Up . ob_end_flush
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-clean.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1309. ob_end_flush
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) ob_end_flush -- Flush (send) the output buffer and turn off output buffering . ... This function will send the contents of the output buffer (if any) and turn output buffering off. If you want to further process the buffer's contents you have to call ob_get_contents() before ob_end_flush() as the buffer contents are discarded after ob_end_flush() is called. See also ob_start() , ob_get_contents() , ob_flush() and ob_end_clean() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-end-flush.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1310. ob_flush
PHP Manual . ... Next . PHP 4 CVS only) ob_flush -- Flush (send) the output buffer . ... This function will send the contents of the output buffer (if any). If you want to further process the buffer's contents you have to call ob_get_contents() before ob_flush() as the buffer contents are discarded after ob_flush() is called. This function does not destroy the output buffer like ob_end_flush() does. See also ob_get_contents() , ob_clean() , ob_end_flush() and ob_end_clean() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-flush.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1311. ob_gzhandler
PHP Manual . ... PHP 4 >= 4.0.4) ob_gzhandler -- ob_start callback function to gzip output buffer . string ob_gzhandler ( string buffer [, int mode]) . Note: mode was added in PHP 4.0.5. ob_gzhandler() is intended to be used as a callback function for ob_start() to help facilitate sending gz-encoded data to web browsers that support compressed web pages. ... php ob_start("ob_gzhandler"); ?> <html> <body> <p>This should be a compressed page. </html> <body> . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-gzhandler.html -- 4.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1312. ob_get_length
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) ob_get_length -- Return the length of the output buffer . string ob_get_length ( (void);) . This will return the length of the contents in the output buffer or FALSE , if output buffering isn't active. See also ob_start() and ob_get_contents() . Prev . Home . Next . ob_get_contents . Up . ob_get_level
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-get-length.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1313. ob_get_level
. PHP Manual . Prev . Next . (PHP 4 CVS only) ob_get_level -- Return the nesting level of the output buffering mechanism . int ob_get_level ( (void);) . This will return the level of nested output buffering handlers. See also ob_start() and ob_get_contents() . Prev . Home . Next . ob_get_length . Up . ob_gzhandler
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-get-level.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1314. ob_get_contents
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) ob_get_contents -- Return the contents of the output buffer . string ob_get_contents ( (void);) . This will return the contents of the output buffer or FALSE , if output buffering isn't active. See also ob_start() and ob_get_length() . Prev . Home . Next . ob_start . Up . ob_get_length
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-get-contents.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1315. ob_start
PHP Manual . ... PHP 4 >= 4.0.0) ob_start -- Turn on output buffering . void ob_start ( [string output_callback]) . This function will turn output buffering on. ... To output what is stored in the internal buffer, use ob_end_flush() . ... php function callback($buffer) { // replace all the apples with oranges return (ereg_replace("apples", "oranges", $buffer)); } ob_start("callback"); ?> <html> <body> <p>It's like comparing apples to oranges. </body> </html> <?php ob_end_flush(); ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ob-start.html -- 6.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
1316. flush
... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) flush -- Flush the output buffer . ... Flushes the output buffers of PHP and whatever backend PHP is using (CGI, a web server, etc). ... Note: flush() has no effect on the buffering scheme of your webserver or the browser on the client side. Several servers, especially on Win32, will still buffer the output from your script until it terminates before transmitting the results to the browser. ... Even the browser may buffer its input before displaying it. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.flush.html -- 4.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1317. ovrimos_commit
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_commit -- Commits the transaction . int ovrimos_commit ( int connection_id) . ovrimos_commit() is used to commit the transaction. ovrimos_commit() commits the transaction. Prev . Home . Next . ovrimos_free_result . Up . ovrimos_rollback
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-commit.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1318. ovrimos_rollback
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_rollback -- Rolls back the transaction . int ovrimos_rollback ( int connection_id) . ovrimos_rollback() is used to roll back the transaction. ovrimos_rollback() rolls back the transaction. Prev . Home . Next . ovrimos_commit . Up . Output Control Functions
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-rollback.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1319. Ovrimos SQL functions
... Ovrimos SQL Server, is a client/server, transactional RDBMS combined with Web capabilities and fast transactions. ... php $conn = ovrimos_connect ("server.domain.com", "8001", "admin", "password"); if ($conn != 0) { echo ("Connection ok!"); $res = ovrimos_exec ($conn, "select table_id, table_name from sys.tables"); if ($res != 0) { echo "Statement ok!"; ovrimos_result_all ($res); ovrimos_free_result ($res); } ovrimos_close($conn); } ?> ... ovrimos_result -- Retrieves the output column . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.ovrimos.html -- 6.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1320. ovrimos_field_num
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_field_num -- Returns the (1-based) index of the output column . int ovrimos_field_num ( int result_id, string field_name) . ovrimos_field_num() is used to get the (1-based) index of the output column. ovrimos_field_num() returns the (1-based) index of the output column specified by name, or FALSE . Prev . Home . Next . ovrimos_field_len . Up . ovrimos_free_result
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-field-num.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы