A3rr0r Pro Manager
Path:
/www/wwwroot/www.smszp.cn/wp-includes/Requests
.
|
Edit
|
Rename
..
|
Edit
|
Rename
Requests.php
|
Edit
|
Rename
Requests_4251.php
|
Edit
|
Rename
Requests_8461.php
|
Edit
|
Rename
library
|
Edit
|
Rename
src
|
Edit
|
Rename
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; } }