Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2621 - 2640 из 3519.
Упорядочить по:
URL
|
дате изменения
2621. link
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) link -- Create a hard link . int link ( string target, string link) . link() creates a hard link. See also the symlink() to create soft links, and readlink() along with linkinfo() . Note: This function is not implemented on Windows platforms. Prev . Home . Next . is_uploaded_file . Up . linkinfo
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.link.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2622. is_uploaded_file
PHP Manual . Prev . Next . 3.0.17 - 3.0.18 only, PHP 4 >= 4.0.3) is_uploaded_file -- Tells whether the file was uploaded via HTTP POST. bool is_uploaded_file ( string filename) . This function is available only in versions of PHP 3 after PHP 3.0.16, and in versions of PHP 4 after 4.0.2. Returns TRUE if the file named by filename was uploaded via HTTP POST. ... See also move_uploaded_file() , and the section Handling file uploads for a simple usage example. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-uploaded-file.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2623. is_writeable
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) is_writeable -- Tells whether the filename is writable . bool is_writeable ( string filename) . This is an alias for is_writable() . Prev . Home . Next . is_writable . Up . is_uploaded_file
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-writeable.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2624. is_readable
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) is_readable -- Tells whether the filename is readable . bool is_readable ( string filename) . Returns TRUE if the filename exists and is readable. Keep in mind that PHP may be accessing the file as the user id that the web server runs as (often 'nobody'). ... The results of this function are cached. See clearstatcache() for more details. ... See also is_writable() . ... is_writable ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-readable.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2625. is_writable
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) is_writable -- Tells whether the filename is writable . bool is_writable ( string filename) . ... The filename argument may be a directory name allowing you to check if a directory is writeable. Keep in mind that PHP may be accessing the file as the user id that the web server runs as (often 'nobody'). ... The results of this function are cached. See clearstatcache() for more details. ... See also is_readable() . ... is_readable . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-writable.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2626. is_file
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) is_file -- Tells whether the filename is a regular file . bool is_file ( string filename) . Returns TRUE if the filename exists and is a regular file. The results of this function are cached. See clearstatcache() for more details. See also is_dir() and is_link() . Prev . Home . Next . is_executable . Up . is_link
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-file.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2627. is_link
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) is_link -- Tells whether the filename is a symbolic link . bool is_link ( string filename) . Returns TRUE if the filename exists and is a symbolic link. The results of this function are cached. See clearstatcache() for more details. See also is_dir() , is_file() , and readlink() . 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.is-link.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2628. is_executable
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) is_executable -- Tells whether the filename is executable . bool is_executable ( string filename) . Returns TRUE if the filename exists and is executable. 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. See also is_file() and is_link() . Prev . Home . Next . is_dir . Up . is_file
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-executable.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2629. is_dir
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) is_dir -- Tells whether the filename is a directory . bool is_dir ( string filename) . Returns TRUE if the filename exists and is a directory. 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. See also is_file() and is_link() . Prev . Home . Next . set_file_buffer . Up . is_executable
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.is-dir.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2630. set_file_buffer
... 3.0.8 - 3.0.18 only, PHP 4 ) set_file_buffer -- Sets file buffering on the given file pointer . int set_file_buffer ( int fp, int buffer) . Output using fwrite() is normally buffered at 8K. This means that if there are two processes wanting to write to the same output stream (a file), each is paused after 8K of data to allow the other to write. set_file_buffer() sets the buffering for write operations on the given filepointer fp to buffer bytes. ... Example 1. set_file_buffer() example . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.set-file-buffer.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2631. fwrite
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fwrite -- Binary-safe file write . int fwrite ( int fp, string string [, int length]) . ... If the length argument is given, writing will stop after length bytes have been written or the end of string is reached, whichever comes first. fwrite() returns the number of bytes written, or -1 on error. ... Note: On systems which differentiate between binary and text files (i.e. Windows) the file must be opened with 'b' included in fopen() mode parameter. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fwrite.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2632. ftell
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ftell -- Tells file pointer read/write position . int ftell ( int fp) . Returns the position of the file pointer referenced by fp; i.e., its offset into the file stream. If an error occurs, returns FALSE . The file pointer must be valid, and must point to a file successfully opened by fopen() or popen() . See also fopen() , popen() , fseek() and rewind() . Prev . Home . Next . fstat . Up . ftruncate
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ftell.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2633. ftruncate
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) ftruncate -- Truncates a file to a given length. int ftruncate ( int fp, int size) . Takes the filepointer, fp, and truncates the file to length, size. This function returns TRUE on success and FALSE on failure. Prev . Home . Next . ftell . Up . fwrite
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ftruncate.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2634. fseek
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fseek -- Seeks on a file pointer . int fseek ( int fp, int offset [, int whence]) . Sets the file position indicator for the file referenced by fp .The new position, measured in bytes from the beginning of the file, is obtained by adding offset to the position specified by whence , whose values are defined as follows: . SEEK_SET - Set position equal to offset bytes. ... SEEK_END - Set position to end-of-file plus offset . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fseek.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2635. fstat
... Next . PHP 4 >= 4.0.0) fstat -- Gets information about a file using an open file pointer . array fstat ( int fp) . Gathers the statistics of the file opened by the file pointer fp. This function is similar to the stat() function except that it operates on an open file pointer instead of a filename. Returns an array with the statistics of the file with the following elements: . device . inode . ... device type if inode device * . ... time of last access . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fstat.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2636. fscanf
... PHP 4 ) fscanf -- Parses input from a file according to a format . ... The function fscanf() is similar to sscanf() , but it takes its input from a file associated with handle and interprets the input according to the specified format . If only two parameters were passed to this function, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. ... Example 1. fscanf() Example . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fscanf.html -- 5.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2637. fputs
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fputs -- Writes to a file pointer . int fputs ( int fp, string str [, int length]) . fputs() is an alias to fwrite() , and is identical in every way. Note that the length parameter is optional and if not specified the entire string will be written. Prev . Home . Next . fpassthru . Up . fread
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fputs.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2638. fread
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fread -- Binary-safe file read . string fread ( int fp, int length) . fread() reads up to length bytes from the file pointer referenced by fp . Reading stops when length bytes have been read or EOF is reached, whichever comes first. // get contents of a file into a string $filename = "/usr/local/something.txt"; $fd = fopen ($filename, "r"); $contents = fread ($fd, filesize ($filename)); fclose ($fd); . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fread.html -- 5.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2639. fpassthru
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) fpassthru -- Output all remaining data on a file pointer . int fpassthru ( int fp) . ... The file pointer must be valid, and must point to a file successfully opened by fopen() , popen() , or fsockopen() . ... Note: When using fpassthru() on a binary file on Windows systems, you should make sure to open the file in binary mode by appending a b to the mode used in the call to fopen() . See also readfile() , fopen() , popen() , and fsockopen() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fpassthru.html -- 5.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2640. flock
PHP Manual . ... 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) flock -- Portable advisory file locking . ... To acquire a shared lock (reader), set operation to LOCK_SH (set to 1 prior to PHP 4.0.1). To acquire an exclusive lock (writer), set operation to LOCK_EX (set to 2 prior to PHP 4.0.1). To release a lock (shared or exclusive), set operation to LOCK_UN (set to 3 prior to PHP 4.0.1). If you don't want flock() to block while locking, add LOCK_NB (4 prior to PHP 4.0.1) to operation . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.flock.html -- 6.0 Кб -- 03.02.2002
Похожие документы
Похожие документы