Показать выпадающий список

Test of gettimeofday() Эта страница доступна только на английском языке.

Example #1 : test not validated (platform dependant or random result etc.)
Example #2 : test not validated (platform dependant or random result etc.)
Example #1
$input = [
]
test not validated (platform dependant or random result etc.)
$test_output = [
  
'result' => [
    
'mixed' => [
      
'sec' => 1701519253,
      
'usec' => 159551,
      
'minuteswest' => -60,
      
'dsttime' => 0,
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = true
test not validated (platform dependant or random result etc.)
$test_output = [
  
'result' => [
    
'mixed' => 1701519253.159795,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]