Ғ
Size: a a a
Ғ
V
Ғ
V
A¯
Request::sendSticker
'Request::'.'send'.ucfirst($value)
S
Request::sendSticker
'Request::'.'send'.ucfirst($value)
Ғ
S
S
Request::sendSticker
'Request::'.'send'.ucfirst($value)
V
A¯
Ғ
V
<?php
class Foo {
public static function hello() {
echo 'Hello world!';
}
}
$my_foo = 'Foo';
$my_foo::hello(); //prints 'Hello world!'
?>
S
V
S
V
A¯
Ғ
Ғ