rcnb / rcnb
Everything can be encoded into RCNB with PHP.
dev-master
2019-10-19 18:37 UTC
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2026-03-20 08:41:14 UTC
README
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'