Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PhpBench
Benchmark
Baseline
Baselines
PHP Class PhpBench\Benchmark\Baseline\Baselines
See also:
PhpBench\Benchmark\BaselineManager
Afficher le fichier
Open project: dantleech/phpbench
Méthodes publiques
Méthode
Description
fwriteFread
(
$revs
)
Open a file, write a string to it $revs times, then read each line back.
md5
(
$revs
)
Calculate an md5 hash.
nothing
(
$revs
)
Do nothing.
Method Details
fwriteFread()
public
static
méthode
Open a file, write a string to it $revs times, then read each line back.
public
static
fwriteFread
(
$revs
)
md5()
public
static
méthode
Calculate an md5 hash.
public
static
md5
(
$revs
)
nothing()
public
static
méthode
Do nothing.
public
static
nothing
(
$revs
)