Voting

: five plus two?
(Example: nine)

The Note You're Voting On

Maarten Wolzak
15 years ago
Using the excellent octdec and decoct functions you can make this easy:

<?php
$mode
= "644";
$mode = octdec( str_pad($mode,4,'0',STR_PAD_LEFT) );
ftp_chmod($ftp_stream, $mode, $file);
?>

<< Back to user notes page

To Top