“względna ścieżka dostępu” Kod odpowiedzi

względna ścieżka dostępu

   /   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
Elated Eagle

Absolutna ścieżka

An absolute path refers to the complete details needed to locate a file or folder, starting from the root element and ending with the other subdirectories. Absolute paths are used in websites and operating systems for locating files and folders.
An absolute path is also known as an absolute pathname or full path.

Example:
http://www.foo.com/images/kitten.png
Ankur

względna ścieżka dostępu

require __DIR__ . '/../folder1/folder2/file';
Brainy Beaver

względna ścieżka dostępu

path/to/file.php
Lakshan Wijerathne

Odpowiedzi podobne do “względna ścieżka dostępu”

Pytania podobne do “względna ścieżka dostępu”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu