Skip to content

Commit

Permalink
Remove extra function...
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Aug 17, 2019
1 parent 5e431ef commit f38bff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NetPHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -151,3 +152,4 @@ function get_parse($content,$name) {
$value=str_replace("_","/",$value);
return $value;
}
*/

0 comments on commit f38bff9

Please sign in to comment.