Search by

rcnb / rcnb

Coxxs

Everything can be encoded into RCNB with PHP.

dev-master 2019-10-19 18:37 UTC

This package is auto-updated.

Last update: 2026-09-20 09:48:33 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'