common.php
Table of Contents
Constants
-
LINE
= \str_repeat('-', \LINE_WIDTH) . "\n"
-
LINE_WIDTH
= 75
Functions
-
bailout()
: mixed
-
strip_minor_versions()
: mixed
-
centered()
: mixed
-
cd()
: mixed
-
run()
: mixed
-
get_icu_version_from_genrb()
: mixed
LINE
public
mixed
LINE
= \str_repeat('-', \LINE_WIDTH) . "\n"
LINE_WIDTH
public
mixed
LINE_WIDTH
= 75
bailout()
bailout(string $message) : mixed
Parameters
-
$message
: string
-
strip_minor_versions()
strip_minor_versions(string $version) : mixed
Parameters
-
$version
: string
-
centered()
centered(string $text) : mixed
Parameters
-
$text
: string
-
cd()
cd(string $dir) : mixed
Parameters
-
$dir
: string
-
run()
run(string $command) : mixed
Parameters
-
$command
: string
-
get_icu_version_from_genrb()
get_icu_version_from_genrb(string $genrb) : mixed
Parameters
-
$genrb
: string
-