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