Recommend this page to a friend! |
Classes of Kjell-Inge Gustafsson | PHP OpenSSL Toolbox | docs/Convert.md | Download |
|
DownloadConvert ClassThe class has only static methods.
<br> >Base64 Convert::isBase64( string )
Convert::base64Encode( raw )
Convert::base64Decode( encoded )
Convert::base64UrlEncode( raw )
Convert::base64UrlDecode( encoded )
<br> >isHex, String to hex and hex to string Convert::isHex( string )
Convert::strToHex( string )
Convert::hexToStr( hex )
<br> >'H*' - pack/unpack (hex) data Convert::Hpack( input )
Convert::HunPack( binaryData )
Usage and examples
|