Write a PHP script to get the name of the owner of the current PHP script
- برمجة بي اتش بي
- 2021-09-08
- mhanasmh00489829403
الأجوبة
<?php
echo 'Current script owner: ' . get_current_user()."\n";
?>
Sample Output:
Current script owner: students
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال