Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 543 Bytes

RCNB.php

The world is based on RC. Thus, everything can be encoded into RCNB.

RCNB is available in various languages: JavaScript C PHP Pascal (more..)

What's RCNB?

Please refer to RCNB.js

Usage

require_once 'rcnb.php';

$rcnb = new RCNB();
$rcnb->encode('rcnb'); // 'ɌcńƁȓČņÞ'
$rcnb->decode('ɌcńƁȓČņÞ'); // 'rcnb'