| |
fileio_fwrite
Format:
fileio_fwrite ( file, string [, pos [, length ]]) |
Purpose:
Write string to a file.
The parameter file must be a file.
The parameter string must be a string.
The optional parameters pos and length must be a integers.
Return Values:
fileio_fwrite() returns the number of written characters (Integer type).
Configuration:
This function is only allowed, if secure mode is off.
Example:
f = fileio_fopen("/var/www/heitml2.1/log.hei","a");
if isinteger(f);
? fileio_strerror (f);
else
assign s> <?SrvDate> <?SrvTime> <?SrvLocalUrl> <br>
</assign
fileio_fwrite (f,s);
fileio_fclose (f);
/if;
|
See Also:
fileio_fopen(), fileio_fread(),
fileio_fwrite(), fileio_feof(),
fileio_strerror().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
See "Was ist AJAX? "
(in German). In Germany H.E.I. provides Webdesign in Mannheim and
Web Programming (Programmierung).
© 1996-2025 H.E.I. All Rights Reserved.
|