mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 15:51:41 +03:00
commit
8ddf7b5178
@ -451,7 +451,7 @@ $value = include 'my-include.php';
|
|||||||
|
|
||||||
class MyClass
|
class MyClass
|
||||||
{
|
{
|
||||||
const MY_CONST = 'value'; // A constant
|
const MY_CONST = 'value'; // Константа
|
||||||
|
|
||||||
static $staticVar = 'static';
|
static $staticVar = 'static';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user