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

В начало ] Пред. | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2641. fopen
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fopen -- Opens file or URL . ... If filename begins with "http://" (not case sensitive), an HTTP 1.0 connection is opened to the specified server, the page is requested using the HTTP GET method, and a file pointer is returned to the beginning of the body of the response. ... If the file does not exist, attempt to create it. 'w+' - Open for reading and writing; place the file pointer at the beginning of the file and truncate the file to zero length. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fopen.html -- 8.2 Кб -- 03.02.2002
Похожие документы

2642. filetype
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) filetype -- Gets file type . string filetype ( string filename) . Returns the type of the file. Possible values are fifo, char, dir, block, link, file, and unknown. Returns FALSE if an error occurs. The results of this function are cached. See clearstatcache() for more details. This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. Prev . Home . Next . filesize . Up . flock
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.filetype.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2643. fileperms
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fileperms -- Gets file permissions . int fileperms ( string filename) . Returns the permissions on the file, or FALSE in case of an error. This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. The results of this function are cached. See clearstatcache() for more details. Prev . Home . Next . fileowner . Up . filesize
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fileperms.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2644. filesize
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) filesize -- Gets file size . int filesize ( string filename) . Returns the size of the file in bytes, or FALSE in case of an error. The results of this function are cached. See clearstatcache() for more details. This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. Prev . Home . Next . fileperms . Up . filetype
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.filesize.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2645. filemtime
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) filemtime -- Gets file modification time . ... Returns the time the file was last modified, or FALSE in case of an error. ... The results of this function are cached. ... Note: This function returns the time when the data blocks of a file were being written to, that is, the time when the content of the file was changed. Use date() on the result of this function to get a printable modification date for use in page footers. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.filemtime.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2646. fileowner
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fileowner -- Gets file owner . int fileowner ( string filename) . Returns the user ID of the owner of the file, or FALSE in case of an error. The user ID is returned in numerical format, use posix_getpwuid() to resolve it to a username. The results of this function are cached. ... This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fileowner.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2647. filegroup
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) filegroup -- Gets file group . int filegroup ( string filename) . Returns the group ID of the owner of the file, or FALSE in case of an error. ... The results of this function are cached. ... Note: This function is not implemented on Windows platforms. Note: This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.filegroup.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2648. fileinode
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fileinode -- Gets file inode . int fileinode ( string filename) . Returns the inode number of the file, or FALSE in case of an error. The results of this function are cached. See clearstatcache() for more details. This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. Note: This function is not implemented on Windows platforms. Prev . Home . Next . filegroup . Up . filemtime
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fileinode.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2649. fileatime
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fileatime -- Gets last access time of file . ... Returns the time the file was last accessed, or FALSE in case of an error. ... The results of this function are cached. ... Note: The atime of a file is supposed to change whenever the data blocks of a file are being read. ... This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. ... file_exists . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fileatime.html -- 4.1 Кб -- 03.02.2002
Похожие документы

2650. filectime
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) filectime -- Gets inode change time of file . ... The time is returned as a Unix timestamp. ... Note: In most Unix filesystems, a file is considered changed when its inode data is changed; that is, when the permissions, owner, group, or other metadata from the inode is updated. ... Note also that in some Unix texts the ctime of a file is referred to as being the creation time of the file. ... There is no creation time for Unix files in most Unix filesystems. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.filectime.html -- 4.4 Кб -- 03.02.2002
Похожие документы

2651. file_exists
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) file_exists -- Checks whether a file exists . bool file_exists ( string filename) . Returns TRUE if the file specified by filename exists; FALSE otherwise. This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. The results of this function are cached. See clearstatcache() for more details. Prev . Home . Next . file . Up . fileatime
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.file-exists.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2652. file
... array file ( string filename [, int use_include_path]) . ... You can use the optional second parameter and set it to "1", if you want to search for the file in the include_path , too. <?php // get a web page into an array and print it out $fcontents = file ('http://www.php.net/'); while (list ($line_num, $line) = each ($fcontents)) { echo "<b>Line $line_num:</b>; ", htmlspecialchars ($line), "<br>\n"; } // get a web page into a string $fcontents = join ('', file ('http://www.php.net/')); ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.file.html -- 5.3 Кб -- 03.02.2002
Похожие документы

2653. fgetss
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fgetss -- Gets line from file pointer and strip HTML tags . string fgetss ( int fp, int length [, string allowable_tags]) . Identical to fgets() , except that fgetss attempts to strip any HTML and PHP tags from the text it reads. ... Note: allowable_tags was added in PHP 3.0.13, PHP 4.0.0. See also fgets() , fopen() , fsockopen() , popen() , and strip_tags() . ... fgets . ... file ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fgetss.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2654. fgets
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fgets -- Gets line from file pointer . string fgets ( int fp [, int length]) . Returns a string of up to length - 1 bytes read from the file pointed to by fp. Reading ends when length - 1 bytes have been read, on a newline (which is included in the return value), or on EOF (whichever comes first). ... Example 1. ... fd = fopen ("/tmp/inputfile.txt", "r"); while (!feof ($fd)) { $buffer = fgets($fd, 4096); echo $buffer; } fclose ($fd); . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fgets.html -- 5.2 Кб -- 03.02.2002
Похожие документы

2655. fgetc
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fgetc -- Gets character from file pointer . string fgetc ( int fp) . Returns a string containing a single character read from the file pointed to by fp. Returns FALSE on EOF. The file pointer must be valid, and must point to a file successfully opened by fopen() , popen() , or fsockopen() . See also fread() , fopen() , popen() , fsockopen() , and fgets() . Prev . Home . Next . fflush . Up . fgetcsv
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fgetc.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2656. fgetcsv
... 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) fgetcsv -- Gets line from file pointer and parse for CSV fields . array fgetcsv ( int fp, int length [, string delimiter]) . ... Example 1. fgetcsv() example - Read and print entire contents of a CSV file . row = 1; $fp = fopen ("test.csv","r"); while ($data = fgetcsv ($fp, 1000, ",")) { $num = count ($data); print "<p> $num fields in line $row: <br>"; $row++; for ($c=0; $c < $num; $c++) { print $data[$c] . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fgetcsv.html -- 5.0 Кб -- 03.02.2002
Похожие документы

2657. fflush
. PHP Manual . Prev . Next . (PHP 4 ) fflush -- Flushes the output to a file . int fflush ( int fp) . This function forces a write of all buffered output to the to the resource pointed to by the file handle fp . Returns TRUE if successful, FALSE otherwise. The file pointer must be valid, and must point to a file successfully opened by fopen() , popen() , or fsockopen() . Prev . Home . Next . feof . Up . fgetc
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fflush.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2658. fclose
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fclose -- Closes an open file pointer . bool fclose ( int fp) . The file pointed to by fp is closed. Returns TRUE on success and FALSE on failure. The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() . Prev . Home . Next . disk_total_space . Up . feof
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fclose.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2659. feof
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) feof -- Tests for end-of-file on a file pointer . int feof ( int fp) . Returns TRUE if the file pointer is at EOF or an error occurs; otherwise returns FALSE . The file pointer must be valid, and must point to a file successfully opened by fopen() , popen() , or fsockopen() . Prev . Home . Next . fclose . Up . fflush
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.feof.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2660. disk_total_space
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) disk_total_space -- Returns the total size of a directory . float disk_total_space ( string directory) . Given a string containing a directory, this function will return the total number of bytes on the corresponding filesystem or disk partition. Example 1. disk_total_space() example . $df = disk_total_space("/"); // $df contains the total number of // bytes available on "/" . Prev . Home . Next . diskfreespace . Up . fclose
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.disk-total-space.html -- 3.8 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | След.В конец ]

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