例 $s = dllfuncstr("GetNextFolder", "テストアカウント", "受信\\テスト"); #x = strstr( $s, "\\"); if( #x >= 0 ) { $account = leftstr( $s, #x); $folder = midstr( $s, #x + 1, 256 ); } else { $account = $s; $folder = ""; }
$s = dllfuncstr("GetNextFolder", "テストアカウント", "受信\\テスト"); #x = strstr( $s, "\\"); if( #x >= 0 ) { $account = leftstr( $s, #x); $folder = midstr( $s, #x + 1, 256 ); } else { $account = $s; $folder = ""; }