fasfdsd - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of fasfdsd.php

  1. $managersLoads = [
  2.         'manager1' => 0.6,
  3.  
  4.         'manager2' => 0.9,
  5.  
  6.         'manager3' => 0.3];
  7.  
  8. <?php
  9. $managerName = array_search(min(1, count($managersLoads)), $managersLoads);
File Description
  • fasfdsd
  • PHP Code
  • 02 Oct-2023
  • 164 Bytes
You can Share it: