Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc new opcode.
(fix nearby op name)
  • Loading branch information
coke committed Oct 3, 2013
1 parent ff08120 commit b71e06e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/ops.markdown
Expand Up @@ -409,7 +409,7 @@ Return a string containing `$count` copies of the string.

# Input/Output Opcodes

##close
##closefh
* `closefh(handle $fh)`

Close the filehandle.
Expand All @@ -419,6 +419,12 @@ Close the filehandle.

Return 1 if this filehandle is at the end of the file, otherwise 0.

##flushfh
* `flushfh(handle $fh)`

Flush any output to the handle.


##getcfh
* `getcfh(handle $in)`

Expand Down

0 comments on commit b71e06e

Please sign in to comment.