strpos curl and cyrillic

Posted by user276640 on Stack Overflow See other posts from Stack Overflow or by user276640
Published on 2010-04-04T09:20:47Z Indexed on 2010/04/04 9:23 UTC
Read the original article Hit count: 562

Filed under:
|
|

i try to find cyrillic word in result from curl, but not found. i use such code

$page = curl_exec ( $ch ); echo var_dump (strpos ($page, '?????????')); // false

© Stack Overflow or respective owner

Related posts about php

Related posts about curl