Hi i have a code. I want to stop when (example) 11 result. how can i stop curl when script count 11 result? i want to set result limit
php how can set counter limit?
Code:
<?php class instaAuth { public function _userlistesi() { $klasor = opendir("cookieboq/"); while(false !== ($veriler = readdir($klasor))) { if(strstr($veriler,'txt')) { $bir_veri = str_replace('.txt','',$veriler); $user_ekle .= "$bir_veri,"; } }...