This is the code documentation for the SproutCMS project
Search documentation |
class QRbitstreamExtending this class<?php /** * New class description goes here * * @author Your Name, 2024-12-26 **/ class NewClassName extends QRbitstream { public function appendNum ($bits, $num) { // Method code goes here } public function appendBytes ($size, $data) { // Method code goes here } public function toByte () { // Method code goes here } public function append (QRbitstream $arg) { // Method code goes here } public function allocate ($setLength) { // Method code goes here } public function newFromNum ($bits, $num) { // Method code goes here } public function newFromBytes ($size, $data) { // 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: Monday, 3rd April, 2023 at 02:59 pm |