Blog Arşivleri

php ile mac adresi alma

ob_start(); // Turn on output buffering system(‘ipconfig /all’); //Execute external program to display output $mycom=ob_get_contents(); // Capture the output into a variable ob_clean(); // Clean (erase) the output buffer $findme = “Physical”; $pmac = strpos($mycom, $findme); // Find the position

Related Posts Plugin for WordPress, Blogger...
PHP kategorisine gönderildi Etiketler:

Son Yazılar

doraglass