• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle 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

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/11

Click to flip

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