TwistPHP Documentation

changeDirectory

File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

changeDirectoryChange the current working directory to a new location

Parameters

Name Type Description
$strDirectorystringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strDirectory 'foo';

//Call the function changeDirectory with the example vars
Twist::FTP() -> changeDirectory($strDirectory);