Voting

: min(three, eight)?
(Example: nine)

The Note You're Voting On

Waloon
8 years ago
Hack for php < 5.5 :

function curl_reset(&$ch){
$ch = curl_init();
}

<< Back to user notes page

To Top