😆When to use DIRECTORY_SEPARATOR in PHP code path (ok)
https://stackoverflow.com/questions/26881333/when-to-use-directory-separator-in-php-code
Because in different OS there is different directory separator. In Windows it's \
in Linux it's /
. DIRECTORY_SEPARATOR
is constant with that OS directory separator. Use it every time in paths.
C:\xampp82\htdocs\scholarsprep\wp-config.php
PreviousTrả về một mảng tên tệp hoặc thư mục khớp với mẫu đã chỉ định (ok)Next=== START PHP UNIT TEST ===
Last updated