Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 703d980c580707c382b4e43e25965bc5 > files > 4461

php-manual-pt_BR-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>ssh2_sftp_mkdir</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Manual do PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Secure Shell2 Functions"
HREF="ref.ssh2.html"><LINK
REL="PREVIOUS"
TITLE="ssh2_sftp_lstat"
HREF="function.ssh2-sftp-lstat.html"><LINK
REL="NEXT"
TITLE="ssh2_sftp_readlink"
HREF="function.ssh2-sftp-readlink.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual do PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.ssh2-sftp-lstat.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.ssh2-sftp-readlink.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.ssh2-sftp-mkdir"
></A
>ssh2_sftp_mkdir</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN213273"
></A
><P
>    (PECL)</P
>ssh2_sftp_mkdir&nbsp;--&nbsp;
     Create a directory     
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN213276"
></A
><H2
>Description</H2
>bool <B
CLASS="methodname"
>ssh2_sftp_mkdir</B
> ( resource sftp, string dirname [, int mode [, bool recursive]] )<BR
></BR
><P
>&#13;     Creates a directory on the remote file server with permissions set to
     <CODE
CLASS="parameter"
>mode</CODE
>.  If <CODE
CLASS="parameter"
>recursive</CODE
> is <TT
CLASS="constant"
><B
>TRUE</B
></TT
>
     any parent directories required for <CODE
CLASS="parameter"
>dirname</CODE
> will
     be automatically created as well.  
     This function is similar to using <A
HREF="function.mkdir.html"
><B
CLASS="function"
>mkdir()</B
></A
> with the
     <A
HREF="wrappers.ssh2.html"
>ssh2.sftp://</A
> wrapper.
    </P
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
CLASS="EXAMPLE"
><TR
><TD
><DIV
CLASS="example"
><A
NAME="AEN213300"
></A
><P
><B
>Exemplo 1. Creating a directory on a remote server</B
></P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><code><font color="#000000">
<font color="#0000BB">&lt;?php<br />$connection </font><font color="#007700">= </font><font color="#0000BB">ssh2_connect</font><font color="#007700">(</font><font color="#DD0000">'shell.example.com'</font><font color="#007700">, </font><font color="#0000BB">22</font><font color="#007700">);<br /></font><font color="#0000BB">ssh2_auth_password</font><font color="#007700">(</font><font color="#0000BB">$connection</font><font color="#007700">, </font><font color="#DD0000">'username'</font><font color="#007700">, </font><font color="#DD0000">'password'</font><font color="#007700">);<br /></font><font color="#0000BB">$sftp </font><font color="#007700">= </font><font color="#0000BB">ssh2_sftp</font><font color="#007700">(</font><font color="#0000BB">$connection</font><font color="#007700">);<br /><br /></font><font color="#0000BB">ssh2_sftp_mkdir</font><font color="#007700">(</font><font color="#0000BB">$sftp</font><font color="#007700">, </font><font color="#DD0000">'/home/username/newdir'</font><font color="#007700">);<br /></font><font color="#FF8000">/* Or:&nbsp;&nbsp;mkdir("ssh2.sftp://$sftp/home/username/newdir"); */<br /></font><font color="#0000BB">?&gt;</font>
</font>
</code></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
><P
>&#13;     See Also:
     <A
HREF="function.mkdir.html"
><B
CLASS="function"
>mkdir()</B
></A
>, and
     <A
HREF="function.ssh2-sftp-rmdir.html"
><B
CLASS="function"
>ssh2_sftp_rmdir()</B
></A
>
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.ssh2-sftp-lstat.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Principal</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.ssh2-sftp-readlink.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ssh2_sftp_lstat</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.ssh2.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>ssh2_sftp_readlink</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>