Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Duration.php
function Duration::fromNanoseconds
1 call to
Duration::fromNanoseconds()
Timer::stop
in vendor/
phpunit/
php-timer/
src/
Timer.php
File
vendor/
phpunit/
php-timer/
src/
Duration.php
, line 31
Class
Duration
@psalm-immutable
Namespace
SebastianBergmann\Timer
Code
public static
function
fromNanoseconds
(float
$nanoseconds
) : self {
return
new
self
(
$nanoseconds
); }
RSS feed