Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 1141 - 1160 из 3519.
Упорядочить по:
URL
|
дате изменения
1141. posix_getppid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getppid -- Return the parent process identifier . int posix_getppid ( (void);) . Return the process identifier of the parent process of the current process. Prev . Home . Next . posix_getpid . Up . posix_getuid
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.posix-getppid.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1142. posix_kill
PHP Manual . ... Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_kill -- Send a signal to a process . bool posix_kill ( int pid, int sig) . Send the signal sig to the process with the process identifier pid . Returns FALSE , if unable to send the signal, TRUE otherwise. See also the kill(2) manual page of your POSIX system, which contains additional information about negative process identifiers, the special pid 0, the special pid -1, and the signal number 0. ... posix_getpid ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.posix-kill.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1143. PHP Options&Information
... assert_options -- Set/get the various assert flags . ... get_cfg_var -- Gets the value of a PHP configuration option . get_current_user -- Gets the name of the owner of the current PHP script . get_defined_constants -- Returns an associative array with the names of all the constants and their values . get_extension_funcs -- Returns an array with the names of the functions of a module . ... get_included_files -- Returns an array with the names of included or required files . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.info.html -- 7.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1144. zend_version
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) zend_version -- Gets the version of the current Zend engine . string zend_version ( (void);) . Returns a string containing the version of the currently running PHP parser. Example 1. zend_version() Example . // prints e.g. 'Zend engine version: 1.0.4' echo "Zend engine version: " . zend_version(); . See also phpinfo() , phpcredits() , php_logo_guid() , and phpversion() . Prev . Home . Next . zend_logo_guid . Up . POSIX functions
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zend-version.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1145. zend_logo_guid
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) zend_logo_guid -- Gets the zend guid . string zend_logo_guid ( (void);) . Note: This functionality was added in PHP 4.0.0. Prev . Home . Next . version_compare . Up . zend_version
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zend-logo-guid.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1146. set_time_limit
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) set_time_limit -- Limits the maximum execution time . ... The default limit is 30 seconds or, if it exists, the max_execution_time value defined in the configuration file . ... In other words, if the timeout is the default 30 seconds, and 25 seconds into script execution a call such as set_time_limit(20) is made, the script will run for a total of 45 seconds before timing out. set_time_limit() has no effect when PHP is running in safe mode. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.set-time-limit.html -- 5.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1147. version_compare
PHP Manual . ... PHP 4 >= 4.1.0) version_compare -- Compares two "PHP-standardized" version number strings . int version_compare ( string version1, string version2 [, string operator]) . version_compare() compares two "PHP-standardized" version number strings. ... Example 1. version_compare() Example . prints -1 echo version_compare("4.0.4", "4.0.6"); // these all print 1 echo version_compare("4.0.4", "4.0.6", "<"); echo version_compare("4.0.6", "4.0.6", "eq"); . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.version-compare.html -- 5.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1148. putenv
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) putenv -- Sets the value of an environment variable . ... In Safe Mode, the user may only alter environment variables whose names begin with the prefixes supplied by this directive. By default, users will only be able to set environment variables that begin with PHP_ (e.g. PHP_FOO=BAR ). ... The safe_mode_protected_env_vars directive contains a comma-delimited list of environment variables, that the end user won't be able to change using putenv() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.putenv.html -- 5.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1149. set_magic_quotes_runtime
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) set_magic_quotes_runtime -- Sets the current active configuration setting of magic_quotes_runtime . long set_magic_quotes_runtime ( int new_setting) . Set the current active configuration setting of magic_quotes_runtime (0 for off, 1 for on). See also: get_magic_quotes_gpc() and get_magic_quotes_runtime() . Prev . Home . Next . putenv . Up . set_time_limit
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.set-magic-quotes-runtime.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1150. php_sapi_name
PHP Manual . Prev . Next . PHP 4 ) php_sapi_name -- Returns the type of interface between web server and PHP . string php_sapi_name ( (void);) . php_sapi_name() returns a lowercase string which describes the type of interface between web server and PHP (Server API, SAPI). In CGI PHP, this string is "cgi", in mod_php for Apache, this string is "apache" and so on. Example 1. php_sapi_name() Example . ... php_logo_guid . ... php_uname ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.php-sapi-name.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
1151. php_uname
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) php_uname -- Returns information about the operating system PHP was built on . string php_uname ( (void);) . php_uname() returns a string with a description of the operating system PHP is built on. Example 1. php_uname() Example . if (substr(php_uname(), 0, 7) == "Windows") { die ("Sorry, this script doesn't run on Windows.\n"); } . Prev . Home . Next . php_sapi_name . Up . putenv
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.php-uname.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1152. phpversion
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) phpversion -- Gets the current PHP version . string phpversion ( (void);) . Returns a string containing the version of the currently running PHP parser. ... Example 1. phpversion() Example . php // prints e.g. 'Current PHP version: 4.1.1' echo 'Current PHP version: ' . ... See also version_compare() , phpinfo() , phpcredits() , php_logo_guid() , and zend_version() . ... phpinfo . ... php_logo_guid ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.phpversion.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1153. php_logo_guid
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) php_logo_guid -- Gets the logo guid . string php_logo_guid ( (void);) . Note: This functionality was added in PHP 4.0.0. See also: phpinfo() , phpversion() , and phpcredits() . Prev . Home . Next . phpversion . Up . php_sapi_name
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.php-logo-guid.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1154. phpinfo
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) phpinfo -- Outputs lots of PHP information . ... This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License. ... Also, phpinfo() is a valuable debugging tool as it contains all EGPCS (Environment, GET, POST, Cookie, Server) data. ... Value . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.phpinfo.html -- 8.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1155. phpcredits
... PHP 4 >= 4.0.0) phpcredits -- Prints out the credits for PHP . ... It generates the appropriate HTML codes to insert the information in a page. ... For example to print the general credits, you will use somewhere in your code: ... phpcredits(CREDITS_GENERAL); .. ... php phpcredits(CREDITS_GROUP + CREDITS_DOCS + CREDITS_FULLPAGE); ?> ... html> <head> <title>My credits page</title> </head> <body> <?php // some code of your own phpcredits(CREDITS_ALL); // some more code ?> </body> </html> . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.phpcredits.html -- 6.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1156. ini_set
PHP Manual . ... PHP 4 >= 4.0.0) ini_set -- Sets the value of a configuration option . ... Sets the value of the given configuration option. ... Below is a table with a list of all PHP options (as of PHP 4.0.5-dev), indicating which ones can be changed/set and at what level. ... PHP_INI_ALL . ... PHP_INI_SYSTEM|PHP_INI_PERDIR . ... PHP_INI_SYSTEM . ... NULL . ... PHP_INI_PERDIR|PHP_INI_SYSTEM . ... Entry can be set in user scripts . PHP_INI_PERDIR . ... Entry can be set in php.ini or httpd.conf . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ini-set.html -- 15.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1157. ini_restore
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) ini_restore -- Restores the value of a configuration option . string ini_restore ( string varname) . Restores a given configuration option to its original value. See also: ini_alter() , ini_get() , ini_get_all() , and ini_set() . Prev . Home . Next . ini_get_all . Up . ini_set
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ini-restore.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1158. ini_get_all
. PHP Manual . Prev . Next . (PHP 4 CVS only) ini_get_all -- Gets all configuration options . array ini_get_all ( [string extension]) . Returns all the registered configuration options as an associative array. If optional extension parameter is set, returns only options specific for that extension. See also: ini_alter() , ini_restore() , ini_get() , and ini_set() . Prev . Home . Next . ini_get . Up . ini_restore
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ini-get-all.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1159. 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://old.master.cmc.msu.ru/php/function.ini-get.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1160. ini_alter
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) ini_alter -- Changes the value of a configuration option . string ini_alter ( string varname, string newvalue) . Changes the value of a configuration option, returns FALSE on failure, and the previous value of the configuration option on success. Note: This is an alias of ini_set() . See also ini_get() , ini_get_all() , ini_restore() , and ini_set() . Prev . Home . Next . getrusage . Up . ini_get
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ini-alter.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы