Changes current directory.
Parameters
$dirstringrequired- The new current directory.
Source
public function chdir( $dir ) {
return @chdir( $dir );
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Changes current directory.
$dirstringrequiredpublic function chdir( $dir ) {
return @chdir( $dir );
}
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.