User Tools

Site Tools


uphp:functions:ftell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
uphp:functions:ftell [2017/04/10 13:06]
jeff
uphp:functions:ftell [2021/09/13 05:57] (current)
Line 7: Line 7:
 ====Description==== ====Description====
  
-<well size="sm"> +<well size="sm"><html>
-<html>+
 <span style="font-size:125%;color:green">int <span style="font-size:125%;color:green">int
-<span style="color:black"> +<span style="color:black">ftell (
-</html> +
-[[ftell]] ( +
-<html>+
 <span style="color:green">int <span style="color:green">int
 <span style="color:blue">$handle <span style="color:blue">$handle
 <span style="color:black">) <span style="color:black">)
-</html> +</html></well>
-</well>+
  
 Return the current file pointer position in an active previously opened file Return the current file pointer position in an active previously opened file
Line 26: Line 21:
 <html><b><span style="color:blue">$handle<span style="color:black"></b></html>:  Valid handle of a previously opened file <html><b><span style="color:blue">$handle<span style="color:black"></b></html>:  Valid handle of a previously opened file
  
-====Return Value====+====Return Values====
  
 <html><b><span style="color:green">Integer<span style="color:black"></b></html> file pointer position (returns 0 for the beginning of a file) <html><b><span style="color:green">Integer<span style="color:black"></b></html> file pointer position (returns 0 for the beginning of a file)
Line 83: Line 78:
 [[fclose()]] - Close a file, stream or socket [[fclose()]] - Close a file, stream or socket
  
-[[unlink()]] - Delete a file+[[unlink()]] - Remove a file (delete it)
  
uphp/functions/ftell.1491829560.txt.gz · Last modified: 2021/09/13 05:56 (external edit)