This is the code documentation for the SproutCMS project
Search documentation |
class QRbitstreamExtending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2026-09-13
**/
class NewClassName extends QRbitstream {
public function toByte () {
// Method code goes here
}
public function append (QRbitstream $arg) {
// Method code goes here
}
public function appendBytes ($size, $data) {
// Method code goes here
}
public function appendNum ($bits, $num) {
// Method code goes here
}
public function newFromBytes ($size, $data) {
// Method code goes here
}
public function allocate ($setLength) {
// Method code goes here
}
public function newFromNum ($bits, $num) {
// Method code goes here
}
public function size () {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Wednesday, 5th August, 2026 at 03:31 pm |
|