Is there diffrence to get MAC address PC and Cellphone?

I would like to get MAC address in Laravel project. my Laravel Framework is 6.18.8

I use below code and I could get MY PC's MAC address. However When I use my cellphone I can't get nothing. I chcked Database MAC column but it's empty.

Could someone teach me right please?

THis is my current code

 function getMAcAddressExec()
{
return substr(exec('getmac'), 0, 17);
}


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2yBEIUw
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time