Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 1781 - 1800 из 3519.
Упорядочить по:
URL
|
дате изменения
1781. uniqid
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) uniqid -- Generate a unique id . string uniqid ( string prefix [, bool lcg]) . uniqid() returns a prefixed unique identifier based on the current time in microseconds. ... Prefix can be up to 114 characters long. ... If you need a unique identifier or token and you intend to give out that token to the user via the network (i.e. session cookies), it is recommended that you use something along the lines of . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.uniqid.html -- 4.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
1782. pack
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) pack -- Pack data into binary string. string pack ( string format [, mixed args]) . ... c signed char . ... s signed short (always 16 bit, machine byte order) . S unsigned short (always 16 bit, machine byte order) . n unsigned short (always 16 bit, big endian byte order) . v unsigned short (always 16 bit, little endian byte order) . ... l signed long (always 32 bit, machine byte order) . L unsigned long (always 32 bit, machine byte order) . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.pack.html -- 6.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1783. show_source
... Prev . ... PHP 4 >= 4.0.0) show_source -- Syntax highlighting of a file . ... The show_source() function prints out a syntax higlighted version of the code contained in filename using the colors defined in the built-in syntax highlighter for PHP. ... Note: Care should be taken when using the show_source() and highlight_file() functions to make sure that you do not inadvertently reveal sensitive information such as passwords or any other type of information that might create a potential security risk...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.show-source.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1784. iptcparse
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) iptcparse -- Parse a binary IPTC http://www.iptc.org/ block into single tags. array iptcparse ( string iptcblock) . This function parses a binary IPTC block into its single tags. It returns an array using the tagmarker as an index and the value as the value. It returns FALSE on error or if no IPTC data was found. See GetImageSize() for a sample. Prev . Home . Next . ignore_user_abort . Up . leak
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.iptcparse.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1785. leak
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) leak -- Leak memory . void leak ( int bytes) . leak() leaks the specified amount of memory. This is useful when debugging the memory manager, which automatically cleans up "leaked" memory when each request is completed. Prev . Home . Next . iptcparse . Up . pack
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.leak.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1786. highlight_string
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) highlight_string -- Syntax highlighting of a string . bool highlight_string ( string str) . The highlight_string() function prints out a syntax highlighted version of str using the colors defined in the built-in syntax highlighter for PHP. ... See also highlight_file() , show_source() . ... highlight_file . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.highlight-string.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1787. ignore_user_abort
PHP Manual . ... Next . 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ignore_user_abort -- Set whether a client disconnect should abort script execution . int ignore_user_abort ( [int setting]) . ... It will return the previous setting and can be called without an argument to not change the current setting and only return the current setting. See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ignore-user-abort.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1788. get_browser
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) get_browser -- Tells what the user's browser is capable of . ... get_browser() attempts to determine the capabilities of the user's browser. This is done by looking up the browser's information in the browscap.ini file. ... php function list_array ($array) { while (list ($key, $value) = each ($array)) { $str .= "<b>$key:</b> $value<br>\n"; } return $str; } echo "$HTTP_USER_AGENT<hr>\n"; $browser = get_browser(); echo list_array ((array) $browser); ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.get-browser.html -- 6.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1789. highlight_file
PHP Manual . ... PHP 4 >= 4.0.0) highlight_file -- Syntax highlighting of a file . ... The highlight_file() function prints out a syntax higlighted version of the code contained in filename using the colors defined in the built-in syntax highlighter for PHP. ... To setup a URL that can code hightlight any script that you pass to it, we will make use of the "ForceType" directive in Apache to generate a nice URL pattern, and use the function highlight_file() to show a nice looking code list. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.highlight-file.html -- 6.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1790. eval
... unknown) eval -- Evaluate a string as PHP code . mixed eval ( string code_str) . eval() evaluates the string given in code_str as PHP code. ... Remember that the string passed must be valid PHP code, including things like terminating statements with a semicolon so the parser doesn't die on the line after the eval() , and properly escaping things in code_str . ... A return statement will terminate the evaluation of the string immediately. ... Example 1. eval() example - simple text merge . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.eval.html -- 5.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1791. exit
... unknown) exit -- Output a message and terminate the current script . void exit ( [string status])void exit ( int status) . Note: This is not a real function, but a language construct. ... If status is an integer , that value will also be used as the exit status. Note: The current CVS version does NOT print the status if it is an integer . ... Example 1. exit() example . php $filename = '/path/to/data-file'; $file = fopen ($filename, 'r') or exit("unable to open file ($filename)"); ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.exit.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1792. defined
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) defined -- Checks whether a given named constant exists . bool defined ( string name) . Returns TRUE if the named constant given by name has been defined, FALSE otherwise. Example 1. Checking Constants . <?php if (defined("CONSTANT")){ // Note that it should be quoted echo CONSTANT; // } ?> . See also define() , constant() and the section on Constants . Prev . Home . Next . define . Up . die
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.defined.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1793. die
. PHP Manual . Prev . Next . (unknown) die -- Alias of exit() . This function is an alias of exit() . Prev . Home . Next . defined . Up . eval
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.die.html -- 3.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1794. constant
PHP Manual . Prev . ... PHP 4 >= 4.0.4) constant -- Returns the value of a constant . mixed constant ( string name) . constant() will return the value of the constant indicated by name . constant() is useful if you need to retrieve the value of a constant, but do not know it's name. i.e. It is stored in a variable or returned by a function. Example 1. constant() example . php define ("MAXSIZE", 100); echo MAXSIZE; echo constant("MAXSIZE"); // same thing as the previous line ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.constant.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1795. define
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) define -- Defines a named constant. bool define ( string name, mixed value [, bool case_insensitive]) . Defines a named constant. ... If the value TRUE is given, then the constant will be defined case-insensitive. ... php define ("CONSTANT", "Hello world."); echo CONSTANT; // outputs "Hello world." echo Constant; // outputs "Constant" and issues a notice. define ("GREETING", "Hello you." ... See also defined() , constant() and the section on Constants . ... defined ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.define.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1796. connection_timeout
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, 4.0.0 - 4.0.4 only) connection_timeout -- Return TRUE if script timed out . bool connection_timeout ( (void);) . Returns TRUE if script timed out. Deprecated . This function is deprecated, and doesn't even exist anymore as of 4.0.5. See the Connection Handling description in the Features chapter for a complete explanation. Prev . Home . Next . connection_status . Up . constant
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.connection-timeout.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1797. connection_aborted
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) connection_aborted -- Returns TRUE if client disconnected . int connection_aborted ( (void);) . Returns TRUE if client disconnected. See the Connection Handling description in the Features chapter for a complete explanation. Prev . Home . Next . Miscellaneous functions . Up . connection_status
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.connection-aborted.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1798. connection_status
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) connection_status -- Returns connection status bitfield . int connection_status ( (void);) . Returns the connection status bitfield. See the Connection Handling description in the Features chapter for a complete explanation. Prev . Home . Next . connection_aborted . Up . connection_timeout
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.connection-status.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1799. SWFAction
... PHP 4 >= 4.0.5) SWFAction -- Creates a new Action. new swfaction ( string script) . ... php $m = new SWFMovie(); $m- setDimension(11000, 8000); $m- setBackground(0x00, 0x00, 0x00); $m- add ( new SWFAction ( this.quality = 0; /frames.visible = 0; startDrag('/mouse', 1); )); // mouse tracking sprite $t = new SWFSprite(); $i = $m- add ($t); $i- setName('mouse'); $g = new SWFGradient(); $g- addEntry(0, 0xff , 0xff , 0xff , 0xff ); $g- addEntry(0.1, 0xff , 0xff , 0xff , ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.swfaction.html -- 19.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1800. SWFbutton->setAction
PHP Manual . Prev . Next . unknown) SWFbutton->setAction -- Sets the action . void swfbutton->setaction ( ressource action) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfbutton->setaction() sets the action to be performed when the button is clicked. Alias for addAction(shape, SWFBUTTON_MOUSEUP). action is a swfaction() . See also swfbutton->addshape() and SWFAction() . ... SWFbutton->addAction . ... SWFAction ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.swfbutton.setaction.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы