ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
bench.php
Go to the documentation of this file.
1 #!/usr/bin/env php
2 <?php
3 
4 include __DIR__ . '/../vendor/autoload.php';
5 
6 $data = stream_get_contents(STDIN);
7 
8 $start = microtime(true);
9 
11 
12 echo "time: " . (microtime(true) - $start) . "\n";
$start
Definition: bench.php:8
$lol
Definition: bench.php:10
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition: Reader.php:42
$data
Definition: bench.php:6