Skip to content

Commit f38bff9

Browse files
authored
Remove extra function...
1 parent 5e431ef commit f38bff9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NetPHP.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ function get($url,$headers=[],$reffer="",$auto_redirect=true)
131131
return [$body,$header];
132132
}
133133
////////////////////////////////////////////////////////
134+
/*
134135
function random() {
135136
// like Math.random() in JS
136137
return(float)rand()/(float)getrandmax();
@@ -151,3 +152,4 @@ function get_parse($content,$name) {
151152
$value=str_replace("_","/",$value);
152153
return $value;
153154
}
155+
*/

0 commit comments

Comments
 (0)