Skip to content

Commit

Permalink
Create path.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden authored Sep 6, 2018
1 parent 26e9cc6 commit 883901f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PHP/path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Path
```php
basename()
dirname()
realpath()

// path join doesn't have a function. Use:
DIRECTORY_SEPARATOR
```

0 comments on commit 883901f

Please sign in to comment.