XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:oit.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 1161 - 1180 из 3520.

В начало ] Пред. | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1161. ini_get
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) ini_get -- Gets the value of a configuration option . string ini_get ( string varname) . Returns the value of the configuration option on success, an empty string on failure. See also get_cfg_var() , ini_get_all() , ini_alter() , ini_restore() , and ini_set() . Prev . Home . Next . ini_alter . Up . ini_get_all
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.ini-get.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1162. getrusage
PHP Manual . Prev . Next . 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) getrusage -- Gets the current resource usages . array getrusage ( [int who]) . ... Example 1. Getrusage Example . dat = getrusage(); echo $dat["ru_nswap"]; # number of swaps echo $dat["ru_majflt"]; # number of page faults echo $dat["ru_utime.tv_sec"]; # user time used (seconds) echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) See your system's man page on getrusage(2) for more details. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getrusage.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1163. get_required_files
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) get_required_files -- Returns an array with the names of included or required files . array get_required_files ( (void);) . As of PHP 4.0.4, this function is an alias for get_included_files() . ... The array returned by get_required_files() was an associative array and only listed files included by require() and require_once() . See also: require() , require_once() , include() , include_once() , and get_included_files() . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-required-files.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1164. getmyuid
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) getmyuid -- Gets PHP script owner's UID . int getmyuid ( (void);) . Returns the user ID of the current script, or FALSE on error. See also getmygid() , getmypid() , get_current_user() , getmyinode() , and getlastmod() . Prev . Home . Next . getmypid . Up . get_required_files
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getmyuid.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1165. getmypid
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) getmypid -- Gets PHP's process ID . int getmypid ( (void);) . Returns the current PHP process ID, or FALSE on error. Warning . Process IDs are not unique, thus they are a weak entropy source. We recommend against relying on pids in security-dependent contexts. See also getmygid() , getmyuid() , get_current_user() , getmyinode() , and getlastmod() . Prev . Home . Next . getmyinode . Up . getmyuid
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getmypid.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1166. getlastmod
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) getlastmod -- Gets time of last page modification . ... Returns the time of the last modification of the current page. The value returned is a Unix timestamp, suitable for feeding to date() . ... Example 1. getlastmod() example . outputs e.g. 'Last modified: March 04 1998 20:43:59.' echo "Last modified: " . ... See also date() , getmyuid() , getmygid() , get_current_user() , getmyinode() , and getmypid() . ... getmyinode ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getlastmod.html -- 4.4 Кб -- 03.02.2002
Похожие документы

1167. getmyinode
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) getmyinode -- Gets the inode of the current script . int getmyinode ( (void);) . Returns the current script's inode, or FALSE on error. See also getmygid() , getmyuid() , get_current_user() , getmypid() , and getlastmod() . Note: This function is not implemented on Windows platforms. Prev . Home . Next . getlastmod . Up . getmypid
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getmyinode.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1168. get_magic_quotes_runtime
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) get_magic_quotes_runtime -- Gets the current active configuration setting of magic_quotes_runtime . long get_magic_quotes_runtime ( (void);) . Returns the current active configuration setting of magic_quotes_runtime (0 for off, 1 for on). See also get_magic_quotes_gpc() and set_magic_quotes_runtime() . Prev . Home . Next . get_magic_quotes_gpc . Up . getlastmod
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-magic-quotes-runtime.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1169. get_loaded_extensions
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) get_loaded_extensions -- Returns an array with the names of all modules compiled and loaded . array get_loaded_extensions ( (void);) . This function returns the names of all the modules compiled and loaded in the PHP interpreter. ... print_r (get_loaded_extensions()); . ... Array ( [0] => xml [1] => wddx [2] => standard [3] => session [4] => posix [5] => pgsql [6] => pcre [7] => gd [8] => ftp [9] => db [10] => Calendar [11] => bcmath ) . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-loaded-extensions.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1170. get_magic_quotes_gpc
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) get_magic_quotes_gpc -- Gets the current active configuration setting of magic quotes gpc . long get_magic_quotes_gpc ( (void);) . Returns the current active configuration setting of magic_quotes_gpc (0 for off, 1 for on). See also get_magic_quotes_runtime() and set_magic_quotes_runtime() . Prev . Home . Next . get_loaded_extensions . Up . get_magic_quotes_runtime
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-magic-quotes-gpc.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1171. get_included_files
PHP Manual . ... PHP 4 >= 4.0.0) get_included_files -- Returns an array with the names of included or required files . ... Returns an array of the names of all files that have been included using include() , include_once() , require() or require_once() . ... php include("test1.php"); include_once("test2.php"); require("test3.php"); require_once("test4.php"); $included_files = get_included_files(); foreach($included_files as $filename) { echo "$filename\n"; } ?> will generate the following output: . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-included-files.html -- 6.0 Кб -- 03.02.2002
Похожие документы

1172. getmygid
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) getmygid -- Get PHP script owner's GID . int getmygid ( (void);) . Returns the group ID of the current script, or FALSE on error. See also getmyuid() , getmypid() , get_current_user() , getmyinode() , and getlastmod() . Prev . Home . Next . get_extension_funcs . Up . get_included_files
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getmygid.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1173. get_defined_constants
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) get_defined_constants -- Returns an associative array with the names of all the constants and their values . array get_defined_constants ( (void);) . This function returns the names and values of all the constants currently defined. This includes those created by extensions as well as those created with the define() function. ... print_r (get_defined_constants()); . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-defined-constants.html -- 4.6 Кб -- 03.02.2002
Похожие документы

1174. get_extension_funcs
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) get_extension_funcs -- Returns an array with the names of the functions of a module . array get_extension_funcs ( string module_name) . This function returns the names of all the functions defined in the module indicated by module_name . ... print_r (get_extension_funcs ("xml")); print_r (get_extension_funcs ("gd")); . will print a list of the functions in the modules xml and gd respectively. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-extension-funcs.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1175. get_current_user
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) get_current_user -- Gets the name of the owner of the current PHP script . string get_current_user ( (void);) . Returns the name of the owner of the current PHP script. See also getmyuid() , getmygid() , getmypid() , getmyinode() , and getlastmod() . Prev . Home . Next . get_cfg_var . Up . get_defined_constants
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-current-user.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1176. get_cfg_var
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) get_cfg_var -- Gets the value of a PHP configuration option . string get_cfg_var ( string varname) . Returns the current value of the PHP configuration variable specified by varname , or FALSE if an error occurs. It will not return configuration information set when the PHP was compiled, or read from an Apache configuration file (using the php3_configuration_option directives). ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.get-cfg-var.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1177. getenv
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) getenv -- Gets the value of an environment variable . string getenv ( string varname) . Returns the value of the environment variable varname , or FALSE on an error. $ip = getenv ("REMOTE_ADDR"); // get the ip number of the user . You can see a list of all the environmental variables by using phpinfo() . ... See also putenv() . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.getenv.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1178. dl
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) dl -- Loads a PHP extension at runtime . int dl ( string library) . Loads the PHP extension defined in library . See also the Extension Loading Directives . Prev . Home . Next . extension_loaded . Up . getenv
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.dl.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1179. extension_loaded
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) extension_loaded -- Find out whether an extension is loaded . bool extension_loaded ( string name) . Returns TRUE if the extension identified by name is loaded. You can see the names of various extensions by using phpinfo() . See also phpinfo() . Note: This function was added in 3.0.10. Prev . Home . Next . assert_options . Up . dl
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.extension-loaded.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1180. assert_options
PHP Manual . ... Next . PHP 4 >= 4.0.0) assert_options -- Set/get the various assert flags . mixed assert_options ( int what [, mixed value]) . ... Assert Options . ... ASSERT_ACTIVE . assert.active . ... enable assert() evaluation . ... issue a PHP warning for each failed assertion . ... terminate execution on failed assertions . ... disable error_reporting during assertion expression evaluation . ASSERT_CALLBACK . assert_callback . ... user function to call on failed assertions . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.assert-options.html -- 5.2 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования