Commit e7c6f9c6 authored by Geoff Simmons's avatar Geoff Simmons

Add subblob() to the SYNOPSIS.

parent c2372a13
Pipeline #223 skipped
......@@ -30,6 +30,7 @@ import blob [from "path"] ;
BOOL blob.equal(BLOB, BLOB)
INT blob.length(BLOB)
INT blob.integer(BLOB [, ENUM padding])
BLOB subblob(BLOB, BYTES length [, BYTES offset])
STRING blob.version()
DESCRIPTION
......
......@@ -15,6 +15,7 @@ $Module blob 3 basic operations for the VCL blob type
BOOL blob.equal(BLOB, BLOB)
INT blob.length(BLOB)
INT blob.integer(BLOB [, ENUM padding])
BLOB subblob(BLOB, BYTES length [, BYTES offset])
STRING blob.version()
DESCRIPTION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment