Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Dec 22, 2021
1 parent a3c35c4 commit 7cff1ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Many PHP functions used in the Berlioz framework, which you can use in your deve

Get size in bytes from ini conf file.

- `b_resolve_absolute_path(string $srcPath, string $dstPath): ?string`

Resolve absolute path from another.

- `b_resolve_relative_path(string $srcPath, string $dstPath): string`

Resolve relative path from another.

## File

- `b_get_property_value($object, string $property, &$exists = null): mixed`
Expand Down

0 comments on commit 7cff1ad

Please sign in to comment.