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