芝麻web文件管理V1.00
编辑当前文件:/var/www/website.cognitioglobal.co/wp-includes/IXR/class-IXR-request.php
method = $method; $this->args = $args; $this->xml = <<
{$this->method}
EOD; foreach ($this->args as $arg) { $this->xml .= '
'; $v = new IXR_Value($arg); $this->xml .= $v->getXml(); $this->xml .= "
\n"; } $this->xml .= '
'; } /** * PHP4 constructor. */ public function IXR_Request( $method, $args ) { self::__construct( $method, $args ); } function getLength() { return strlen($this->xml); } function getXml() { return $this->xml; } }