mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 12:28:41 +00:00
add preferred function
This commit is contained in:
parent
ec49a1be58
commit
15783051bf
|
|
@ -73,6 +73,12 @@ Class constants MUST have a access modifier
|
|||
public CONST_NAME = ...;
|
||||
```
|
||||
|
||||
## Preferred Functions
|
||||
|
||||
### file_exists
|
||||
|
||||
Instead of using `\file_exists()` the functions `\is_dir()` or `\is_file()` should be used.
|
||||
|
||||
## Deprecated functions and variables
|
||||
|
||||
The following functions and (super-) global variables MUST NOT be used.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user