الرئيسية > cat > stream 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  بحث  الإدارة  
المستندات  
تحذير! هذه الصفحة لم يتم ترجمتها.  See english version 
Stream & Input/Output functions
CLOSE Closes a التيار (stream)
Eof Returns if the end of file is reached.
ERROR Prints expressions to the error standard output.
ERROR TO Redirects the standard error output.
FLUSH Flushes the output of a buffered التيار (stream).
INPUT Reads strings from a text التيار (stream) and converts them into values.
INPUT FROM Redirects the standard input.
LINE INPUT Reads lines from a text التيار (stream).
LOCK Locks an opened التيار (stream).
Lof Returns the length of a التيار (stream).
OPEN Opens a file for reading or writing and creates a التيار (stream) for it.
OUTPUT TO Redirects the standard output.
PIPE Opens a named pipe for reading or writing and creates a التيار (stream) for it.
PRINT Prints expressions to a التيار (stream).
READ Reads binary data from a التيار (stream).
SEEK Change the position of the التيار (stream) file pointer.
Seek Gets the position of the التيار (stream) file pointer.
UNLOCK Unlocks an opened التيار (stream).
WRITE Write binary data to a التيار (stream).

إنظر أيضا

Stream