@@ -1010,6 +1010,9 @@ |
||
1010 | 1010 | return $this->x; |
1011 | 1011 | } |
1012 | 1012 | |
1013 | +/** |
|
1014 | + * @param integer $x |
|
1015 | + */ |
|
1013 | 1016 | function SetX($x) |
1014 | 1017 | { |
1015 | 1018 | // Set x position |
@@ -461,6 +461,7 @@ |
||
461 | 461 | * @param string the file path |
462 | 462 | * @param string the permissions |
463 | 463 | * @param integer $perm |
464 | + * @param string $path |
|
464 | 465 | * @return bool |
465 | 466 | */ |
466 | 467 | function chmod($path, $perm) |
@@ -227,6 +227,7 @@ |
||
227 | 227 | * |
228 | 228 | * @access private |
229 | 229 | * @return string |
230 | + * @param integer $b |
|
230 | 231 | */ |
231 | 232 | function _zero_fill($a, $b) |
232 | 233 | { |
@@ -381,6 +381,9 @@ |
||
381 | 381 | return $this->sendPayload($msg); |
382 | 382 | } |
383 | 383 | |
384 | + /** |
|
385 | + * @param XML_RPC_Message $msg |
|
386 | + */ |
|
384 | 387 | function sendPayload($msg) |
385 | 388 | { |
386 | 389 | $fp = @fsockopen($this->server, $this->port, $this->errno, $this->errstr, $this->timeout); |