Static Public Member Functions | |
| static | uint16 ($str, $pos=0) |
| static | uint32 ($str, $pos=0) |
| static | nuint32 ($n, $str, $pos=0) |
| static | fuint32 ($f) |
| static | nfuint32 ($n, $f) |
| static | git_varint ($str, &$pos=0) |
Definition at line 25 of file binary.class.php.
| static Binary::fuint32 | ( | $ | f | ) | [static] |
Definition at line 46 of file binary.class.php.
| static Binary::git_varint | ( | $ | str, | |
| &$ | pos = 0 | |||
| ) | [static] |
Definition at line 49 of file binary.class.php.
| static Binary::nfuint32 | ( | $ | n, | |
| $ | f | |||
| ) | [static] |
Definition at line 47 of file binary.class.php.
| static Binary::nuint32 | ( | $ | n, | |
| $ | str, | |||
| $ | pos = 0 | |||
| ) | [static] |
Definition at line 38 of file binary.class.php.
| static Binary::uint16 | ( | $ | str, | |
| $ | pos = 0 | |||
| ) | [static] |
Definition at line 27 of file binary.class.php.
| static Binary::uint32 | ( | $ | str, | |
| $ | pos = 0 | |||
| ) | [static] |
Definition at line 32 of file binary.class.php.
1.5.9