ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
10
$lol
=
Sabre\VObject\Reader::read
(
$data
);
11
12
echo
"time: "
. (microtime(
true
) -
$start
) .
"\n"
;
$start
$start
Definition:
bench.php:8
$lol
$lol
Definition:
bench.php:10
echo
Sabre\VObject\Reader\read
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition:
Reader.php:42
php
$data
$data
Definition:
bench.php:6
libs
composer
vendor
sabre
vobject
bin
bench.php
Generated on Thu Feb 27 2025 19:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)