Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2481 - 2500 из 3519.
Упорядочить по:
URL
|
дате изменения
2481. hw_Cp
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Cp -- copies objects . int hw_cp ( int connection, array object_id_array, int destination id) . Copies the objects with object ids as specified in the second parameter to the collection with the id destination id . The value return is the number of copied objects. See also hw_mv() . Prev . Home . Next . hw_Connect . Up . hw_Deleteobject
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-cp.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2482. hw_ChildrenObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_ChildrenObj -- object records of children . array hw_childrenobj ( int connection, int objectID) . Returns an array of object records. Each object record belongs to a child of the collection with ID objectID . The array contains all children both documents and collections. Prev . Home . Next . hw_Children . Up . hw_Close
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-childrenobj.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2483. hw_Close
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Close -- closes the Hyperwave connection . int hw_close ( int connection) . Returns FALSE if connection is not a valid connection index, otherwise TRUE . Closes down the connection to a Hyperwave server with the given connection index. Prev . Home . Next . hw_ChildrenObj . Up . hw_Connect
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-close.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2484. hw_Array2Objrec
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Array2Objrec -- convert attributes from object array to object record . strin hw_array2objrec ( array object_array) . Converts an object_array into an object record. Multiple attributes like 'Title' in different languages are treated properly. See also hw_objrec2array() . Prev . Home . Next . Hyperwave functions . Up . hw_Children
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-array2objrec.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2485. hw_Children
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Children -- object ids of children . array hw_children ( int connection, int objectID) . Returns an array of object ids. Each id belongs to a child of the collection with ID objectID . The array contains all children both documents and collections. Prev . Home . Next . hw_Array2Objrec . Up . hw_ChildrenObj
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-children.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2486. setcookie
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) setcookie -- Send a cookie . int setcookie ( string name [, string value [, int expire [, string path [, string domain [, int secure]]]]]) . ... If only the name argument is present, the cookie by that name will be deleted from the remote client. ... setcookie ("TestCookie", "Test Value"); setcookie ("TestCookie", $value,time()+3600); /* expire in 1 hour */ setcookie ("TestCookie", $value,time()+3600, "/~rasmus/", ".utoronto.ca", 1); . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.setcookie.html -- 8.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2487. HTTP functions
. PHP Manual . Prev . Next . These functions let you manipulate the output sent back to the remote browser right down to the HTTP protocol level. Table of Contents . header -- Send a raw HTTP header . headers_sent -- Returns TRUE if headers have been sent . setcookie -- Send a cookie . Prev . Home . Next . gmp_hamdist . Up . header
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.http.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2488. header
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) header -- Send a raw HTTP header . ... header() is used to send raw HTTP headers. ... Not only does it send this header back to the browser, but it also returns a REDIRECT (302) status code to the browser. header("Location: http://www.php.net/"); /* Redirect browser to PHP web site */ exit; /* Make sure that code below does not get executed when we redirect. ... Note: You may find that your pages aren't cached even if you don't output all of the headers above. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.header.html -- 11.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2489. headers_sent
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) headers_sent -- Returns TRUE if headers have been sent . bool headers_sent ( (void);) . This function returns TRUE if the HTTP headers have already been sent, FALSE otherwise. See also header() . Prev . Home . Next . header . Up . setcookie
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.headers-sent.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2490. gmp_hamdist
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_hamdist -- Hamming distance . int gmp_hamdist ( resource a, resource b) . Returns the hamming distance between a and b . Both operands should be non-negative. Prev . Home . Next . gmp_popcount . Up . HTTP functions
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-hamdist.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2491. GMP functions
... These functions allow you to work with arbitrary-length integers using the GNU MP library. In order to have these functions available, you must compile PHP with GMP support by using the --with-gmp option. ... Note: Most GMP functions accept GMP number arguments, defined as resource below. However, most of these functions will also accept numeric and string arguments, given that it is possible to convert the latter to a number. ... gmp_add -- Add numbers . ... gmp_div_q -- Divide numbers . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.gmp.html -- 9.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2492. gmp_popcount
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_popcount -- Population count . int gmp_popcount ( resource a) . Return the population count of a . Prev . Home . Next . gmp_scan1 . Up . gmp_hamdist
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-popcount.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2493. gmp_scan1
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_scan1 -- Scan for 1 . int gmp_scan1 ( resource a, int start) . Scans a , starting with bit start , towards more significant bits, until the first set bit is found. Returns the index of the found bit. Prev . Home . Next . gmp_scan0 . Up . gmp_popcount
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-scan1.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2494. gmp_clrbit
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_clrbit -- Clear bit . resource gmp_clrbit ( resource &a, int index) . Clears (sets to 0) bit index in a . Prev . Home . Next . gmp_setbit . Up . gmp_scan0
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-clrbit.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2495. gmp_scan0
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_scan0 -- Scan for 0 . int gmp_scan0 ( resource a, int start) . Scans a , starting with bit start , towards more significant bits, until the first clear bit is found. Returns the index of the found bit. Prev . Home . Next . gmp_clrbit . Up . gmp_scan1
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-scan0.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2496. gmp_setbit
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_setbit -- Set bit . resource gmp_setbit ( resource &a, int index [, bool set_clear]) . Sets bit index in a . set_clear defines if the bit is set to 0 or 1. By default the bit is set to 1. Prev . Home . Next . gmp_xor . Up . gmp_clrbit
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-setbit.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2497. gmp_xor
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_xor -- Logical XOR . resource gmp_xor ( resource a, resource b) . Calculates logical exclusive OR (XOR) of two GMP numbers. Prev . Home . Next . gmp_or . Up . gmp_setbit
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-xor.html -- 3.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2498. gmp_and
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_and -- Logical AND . resource gmp_and ( resource a, resource b) . Calculates logical AND of two GMP numbers. Prev . Home . Next . gmp_random . Up . gmp_or
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-and.html -- 3.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2499. gmp_or
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_or -- Logical OR . resource gmp_or ( resource a, resource b) . Calculates logical inclusive OR of two GMP numbers. Prev . Home . Next . gmp_and . Up . gmp_xor
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-or.html -- 3.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2500. gmp_random
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) gmp_random -- Random number . resource gmp_random ( int limiter) . Generate a random number. The number will be up to limiter words long. If limiter is negative, negative numbers are generated. Prev . Home . Next . gmp_jacobi . Up . gmp_and
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.gmp-random.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы