From f38bff9e3b6d242c2871de6225af0ea813b86f8d Mon Sep 17 00:00:00 2001 From: Max Base Date: Sat, 17 Aug 2019 20:22:26 +0430 Subject: [PATCH] Remove extra function... --- NetPHP.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NetPHP.php b/NetPHP.php index 9195dbf..76135d8 100644 --- a/NetPHP.php +++ b/NetPHP.php @@ -131,6 +131,7 @@ function get($url,$headers=[],$reffer="",$auto_redirect=true) return [$body,$header]; } //////////////////////////////////////////////////////// +/* function random() { // like Math.random() in JS return(float)rand()/(float)getrandmax(); @@ -151,3 +152,4 @@ function get_parse($content,$name) { $value=str_replace("_","/",$value); return $value; } +*/