For example, if I want to open or create a new file in the current development directory:
$file=fopen("./mysql.txt","a");
But every time Do you create a new file in the installation directory D:\phpstudy_pro\Extensions\php\php7.4.3nts instead of looking for old files in the development directory to append data? I checked VScode and there seems to be no relevant settings. Please give me some advice. Thank you.
It still depends on the address of the project file you opened in vscode, right?