• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/11

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

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