Search results

From Sputnik Wiki
Jump to: navigation, search
  • BinaryShift( <binary-array> ) Delete the first byte from a binary variable.
    676 B (82 words) - 12:38, 14 June 2015
  • Create a new binary variable by loading binary data from a file. Success: Returns the new binary variable.
    1 KB (129 words) - 21:53, 26 June 2015
  • BinarySave( <binary-array>, <file>, <flag> ) Save a binary variable data to file.
    1 KB (185 words) - 12:38, 14 June 2015
  • BinaryCompress( <binary-array> ) Compress a binary variables data.
    1,006 B (117 words) - 12:38, 14 June 2015
  • BinaryUncompress( <binary-array> ) Uncompress a binary variable data
    807 B (83 words) - 12:38, 14 June 2015
  • BinaryWipe( <binary-array> ) Wipes a binary variables data 100% and sets the variable to a blank int containing null.
    918 B (111 words) - 12:38, 14 June 2015
  • BinaryResize( <binary-array>, <size>, <data> ) Resize a binary variables data array.
    1 KB (159 words) - 12:38, 14 June 2015
  • BinaryInsert( <binary-array>, <binary-array2>, <index>, <overwrite> ) Insert a binary variables data into another binary variable at a specific location.
    2 KB (254 words) - 12:38, 14 June 2015
  • FileWriteBinary( <file>, <binary-array> ) Write the data from a binary variable to previously opened file at the current File Steam pointer locati
    1,009 B (133 words) - 12:38, 14 June 2015
  • FileAppendBinary( <file>, <binary-array> ) Append the data from a binary variable to the end of a previously opened file.
    1,019 B (133 words) - 12:38, 14 June 2015
  • Success: Returns a binary variable filled with data read from file. $binary = FileReadBinary($File);
    1 KB (163 words) - 12:38, 14 June 2015
  • Create a new binary variable and its array size and fill data type. The size (in bytes) of the new binary variable.
    883 B (121 words) - 12:38, 14 June 2015
  • ... a function to be private you must insert the "Private" keyword before the function. ...ction by name inside the class and by using $this-> but you can't call the function from outside the class this will prevent people from using functions that c
    20 KB (2,768 words) - 18:39, 21 September 2015
  • It also has a huge amount of functions in its core that are very fast (avoiding the user having to reinvent the wheel and havi ... overload every operator and cast and multiple inherit as well as powerful binary functions with powerful functions for handling bits.
    19 KB (3,356 words) - 20:07, 18 September 2015
  • $Result = MsgBox("My Message", "My Title", 32 | 4); // Binary operator [[Category:Core Function]]
    3 KB (325 words) - 12:38, 14 June 2015
  • Some might wonder the point of such a function when clear ~ operators exist but why not!. 5 == 00000000000000000000000000000101 binary
    952 B (116 words) - 12:38, 14 June 2015
  • ...ment is byte[n] OR ubyte[n] and index is omitted the data is returned as a Binary Variable example : // Get the whole byte array and store it as Binary data
    3 KB (341 words) - 12:38, 14 June 2015
  • ...byte[n] OR ubyte[n] and index is omitted the byte array can be set using a Binary Variable example : // Create a binary variable containing "Hello World!"
    3 KB (341 words) - 12:38, 14 June 2015
  • "v" Binary (Reads an Int32 for size then reads that many bytes) "V" Binary (Reads from current positoin to end of the buffer)
    964 B (147 words) - 06:22, 15 June 2015
  • $binary = Pack("ifz0", (int)100, (float)777.42, "Hello"); foreach( $binary as $item )
    763 B (92 words) - 11:38, 2 December 2011

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox