Update and rename rsf.format.php to catsplit.format.php
This commit is contained in:
parent
97ba5ba1b9
commit
bf1e509c45
|
@ -1,13 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @file rsf.format.php
|
* @file catsplit.format.php
|
||||||
* @date 2019-05-28
|
* @date 2019-05-28
|
||||||
* @author Go Namhyeon <gnh1201@gmail.com>
|
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||||
* @brief the another data format for ReasonableFramework
|
* @brief Catsplit format encoder
|
||||||
|
* @documentation https://github.com/gnh1201/catsplit-format
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(!check_function_exists("get_rsf_encoded")) {
|
if(!check_function_exists("catsplit_encode")) {
|
||||||
function get_rsf_encoded($data) {
|
function catsplit_encode($data) {
|
||||||
$_ks = array();
|
$_ks = array();
|
||||||
$_vs = array();
|
$_vs = array();
|
||||||
foreach($data as $k=>$v) {
|
foreach($data as $k=>$v) {
|
Loading…
Reference in New Issue
Block a user