From: David Coallier Date: Thu, 24 May 2007 08:40:40 +0000 (+0000) Subject: -- Added the cli_cmd_inf_meta_del function back in. X-Git-Tag: RELEASE_1_4~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=147390b2d23ec88b625faccd68655c2be5032f8a;p=php -- Added the cli_cmd_inf_meta_del function back in. --- diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index 7a33a0d042..89f1020991 100755 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -1145,6 +1145,15 @@ class PharCommand extends CLICommand "If something was deleted the return value is 0 otherwise it is 1."; } // }}} + // {{{ public function cli_cmd_inf_meta_del + function cli_cmd_inf_meta_del() + { + return "Delete meta information of a PHAR entry or a PHAR package.\n" + . "If -k is given then the metadata is expected to be an array " + . "and the given index is being deleted.\n" + . "If something was deleted the return value is 0 otherwise it is 1."; + } + // }}} // {{{ public function cli_cmd_arg_meta_del /** * CliC ommand Arg Metadelete