From f25e594fcdb3e639a1a80ad0e004e2d1ced13dc6 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 10 Dec 2018 12:50:07 +0000 Subject: [PATCH] phdfs: new git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@346272 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phdfs/phdfs/connect.xml | 60 +++++++++++++++ reference/phdfs/phdfs/construct.xml | 78 +++++++++++++++++++ reference/phdfs/phdfs/copy.xml | 78 +++++++++++++++++++ reference/phdfs/phdfs/create-directory.xml | 69 +++++++++++++++++ reference/phdfs/phdfs/delete.xml | 69 +++++++++++++++++ reference/phdfs/phdfs/destruct.xml | 60 +++++++++++++++ reference/phdfs/phdfs/disconnect.xml | 60 +++++++++++++++ reference/phdfs/phdfs/exists.xml | 69 +++++++++++++++++ reference/phdfs/phdfs/file-info.xml | 69 +++++++++++++++++ reference/phdfs/phdfs/list-directory.xml | 78 +++++++++++++++++++ reference/phdfs/phdfs/read.xml | 78 +++++++++++++++++++ reference/phdfs/phdfs/rename.xml | 78 +++++++++++++++++++ reference/phdfs/phdfs/tell.xml | 78 +++++++++++++++++++ reference/phdfs/phdfs/write.xml | 87 ++++++++++++++++++++++ 14 files changed, 1011 insertions(+) create mode 100644 reference/phdfs/phdfs/connect.xml create mode 100644 reference/phdfs/phdfs/construct.xml create mode 100644 reference/phdfs/phdfs/copy.xml create mode 100644 reference/phdfs/phdfs/create-directory.xml create mode 100644 reference/phdfs/phdfs/delete.xml create mode 100644 reference/phdfs/phdfs/destruct.xml create mode 100644 reference/phdfs/phdfs/disconnect.xml create mode 100644 reference/phdfs/phdfs/exists.xml create mode 100644 reference/phdfs/phdfs/file-info.xml create mode 100644 reference/phdfs/phdfs/list-directory.xml create mode 100644 reference/phdfs/phdfs/read.xml create mode 100644 reference/phdfs/phdfs/rename.xml create mode 100644 reference/phdfs/phdfs/tell.xml create mode 100644 reference/phdfs/phdfs/write.xml diff --git a/reference/phdfs/phdfs/connect.xml b/reference/phdfs/phdfs/connect.xml new file mode 100644 index 000000000..2958acf2a --- /dev/null +++ b/reference/phdfs/phdfs/connect.xml @@ -0,0 +1,60 @@ + + + + + + + + phdfs::connect + Описание + + + + &reftitle.description; + + public boolphdfs::connect + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/construct.xml b/reference/phdfs/phdfs/construct.xml new file mode 100644 index 000000000..5e2cf56dd --- /dev/null +++ b/reference/phdfs/phdfs/construct.xml @@ -0,0 +1,78 @@ + + + + + + + + phdfs::__construct + Описание + + + + &reftitle.description; + + public phdfs::__construct + stringip + stringport + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + ip + + + + + + + + port + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/phdfs/phdfs/copy.xml b/reference/phdfs/phdfs/copy.xml new file mode 100644 index 000000000..96ea01101 --- /dev/null +++ b/reference/phdfs/phdfs/copy.xml @@ -0,0 +1,78 @@ + + + + + + + + phdfs::copy + Описание + + + + &reftitle.description; + + public boolphdfs::copy + stringsource_file + stringdestination_file + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + source_file + + + + + + + + destination_file + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/create-directory.xml b/reference/phdfs/phdfs/create-directory.xml new file mode 100644 index 000000000..343ce2aad --- /dev/null +++ b/reference/phdfs/phdfs/create-directory.xml @@ -0,0 +1,69 @@ + + + + + + + + phdfs::create_directory + Описание + + + + &reftitle.description; + + public boolphdfs::create_directory + stringpath + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/delete.xml b/reference/phdfs/phdfs/delete.xml new file mode 100644 index 000000000..77de7e4dd --- /dev/null +++ b/reference/phdfs/phdfs/delete.xml @@ -0,0 +1,69 @@ + + + + + + + + phdfs::delete + Описание + + + + &reftitle.description; + + public boolphdfs::delete + stringpath + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/destruct.xml b/reference/phdfs/phdfs/destruct.xml new file mode 100644 index 000000000..b31f03917 --- /dev/null +++ b/reference/phdfs/phdfs/destruct.xml @@ -0,0 +1,60 @@ + + + + + + + + phdfs::__destruct + Описание + + + + &reftitle.description; + + public voidphdfs::__destruct + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + &return.void; + + + + + + + diff --git a/reference/phdfs/phdfs/disconnect.xml b/reference/phdfs/phdfs/disconnect.xml new file mode 100644 index 000000000..690d5cf22 --- /dev/null +++ b/reference/phdfs/phdfs/disconnect.xml @@ -0,0 +1,60 @@ + + + + + + + + phdfs::disconnect + Описание + + + + &reftitle.description; + + public boolphdfs::disconnect + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/exists.xml b/reference/phdfs/phdfs/exists.xml new file mode 100644 index 000000000..8c90f443f --- /dev/null +++ b/reference/phdfs/phdfs/exists.xml @@ -0,0 +1,69 @@ + + + + + + + + phdfs::exists + Описание + + + + &reftitle.description; + + public boolphdfs::exists + stringpath + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/file-info.xml b/reference/phdfs/phdfs/file-info.xml new file mode 100644 index 000000000..195a7b69b --- /dev/null +++ b/reference/phdfs/phdfs/file-info.xml @@ -0,0 +1,69 @@ + + + + + + + + phdfs::file_info + Описание + + + + &reftitle.description; + + public arrayphdfs::file_info + stringpath + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + + + + &reftitle.returnvalues; + + Возвращает массив в случае успешного выполнения&return.falseforfailure;. + + + + + + + diff --git a/reference/phdfs/phdfs/list-directory.xml b/reference/phdfs/phdfs/list-directory.xml new file mode 100644 index 000000000..68a29614f --- /dev/null +++ b/reference/phdfs/phdfs/list-directory.xml @@ -0,0 +1,78 @@ + + + + + + + + phdfs::list_directory + Описание + + + + &reftitle.description; + + public arrayphdfs::list_directory + stringpath + intlevel0 + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + level + + + + + + + + + + + &reftitle.returnvalues; + + Возвращает массив в случае успешного выполнения&return.falseforfailure;. + + + + + + + diff --git a/reference/phdfs/phdfs/read.xml b/reference/phdfs/phdfs/read.xml new file mode 100644 index 000000000..204a93535 --- /dev/null +++ b/reference/phdfs/phdfs/read.xml @@ -0,0 +1,78 @@ + + + + + + + + phdfs::read + Описание + + + + &reftitle.description; + + public stringphdfs::read + stringpath + intlength0 + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + length + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/phdfs/phdfs/rename.xml b/reference/phdfs/phdfs/rename.xml new file mode 100644 index 000000000..064de45cc --- /dev/null +++ b/reference/phdfs/phdfs/rename.xml @@ -0,0 +1,78 @@ + + + + + + + + phdfs::rename + Описание + + + + &reftitle.description; + + public boolphdfs::rename + stringold_path + stringnew_path + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + old_path + + + + + + + + new_path + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + diff --git a/reference/phdfs/phdfs/tell.xml b/reference/phdfs/phdfs/tell.xml new file mode 100644 index 000000000..89024362d --- /dev/null +++ b/reference/phdfs/phdfs/tell.xml @@ -0,0 +1,78 @@ + + + + + + + + phdfs::tell + Описание + + + + &reftitle.description; + + public intphdfs::tell + stringpath + intread_length1024 + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + read_length + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/phdfs/phdfs/write.xml b/reference/phdfs/phdfs/write.xml new file mode 100644 index 000000000..6f1519d2a --- /dev/null +++ b/reference/phdfs/phdfs/write.xml @@ -0,0 +1,87 @@ + + + + + + + + phdfs::write + Описание + + + + &reftitle.description; + + public boolphdfs::write + stringpath + stringbuffer + intmode0 + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + path + + + + + + + + buffer + + + + + + + + mode + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + +