- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
11 Cards in this Set
- Front
- Back
|
FUNCTIONS:
Changes the current directory |
chdir()
|
|
FUNCTIONS:
Changes the root directory of the current process |
chroot()
|
|
FUNCTIONS:
Opens a directory handle and returns an object |
dir()
|
|
FUNCTIONS:
Closes a directory handle |
closedir()
|
|
FUNCTIONS:
Returns the current directory |
getcwd()
|
|
FUNCTIONS:
Opens a directory handle |
opendir()
|
|
FUNCTIONS:
Returns an entry from a directory handle |
readdir()
|
|
FUNCTIONS:
Resets a directory handle |
rewinddir()
|
|
FUNCTIONS:
Lists files and directories inside a specified path |
scandir()
|
|
CONSTANTS:
DIRECTORY_SEPARATOR |
DIRECTORY_SEPARATOR
|
|
CONSTANTS:
PATH_SEPARATOR |
PATH_SEPARATOR
|