In this case, the problem is not PHP itself. But in the nomenclatures of these special classes to designate a path.
Single point (.) represents the folder itself, that is, the path you are already working on.
Double points (..) are used to indicate a higher path, that is, if I am in the "C: archivesPersonals", if I want to "go up" a house in the directory tree, I use double points.
A curiosity: in Windows, when we create a folder named "." or ".." it returns an unexpected error message, rather than detailing the cause.
EDIT: (Thanks to @Itwasntme)
For query purposes, you can find more advanced content on microsoft website.
Good afternoon friend, thanks for the help, I’m a little confused, because in the case I used (.) as if it was (..), and the strange thing is that it’s working, my goal was to go back to a previous folder, enter another folder and reference a file in it and the (.) is working normally for this, as if it were (..), wanted to understand why this happened
– José Augusto Megres
Thank you very much personally!
– José Augusto Megres