====
github.com/progorker =_============
_ __ _ _ ___ __ _ ___ _ _| |_____ _ _
| '_ \ '_/ _ \/ _` / _ \ '_| / / -_) '_|
| .__/_| \___/\__, \___/_| |_\_\___|_|
=|_|===========|___/======================
API References of phpTestor
----- oOo -----
[function] api_testor_escape
==========================================
-------|__/-------------------------
SYNTAX
------------------------------------
function \phptestor\api_testor_escape( $p_input ) : string {
}
-------|__/-------------------------
USAGE
------------------------------------
$) $input = '{"n": 2}'; $results = \phptestor\api_testor_escape( $input ); echo $results;
----------------------------
{__dq__n__dq__: 2}
----------------------------