@@ -3937,7 +3937,7 @@ |
||
3937 | 3937 | * @param int|string $options Either a PATHINFO_* constant, |
3938 | 3938 | * or a string name to return only the specified piece |
3939 | 3939 | * |
3940 | - * @return string|array |
|
3940 | + * @return string |
|
3941 | 3941 | */ |
3942 | 3942 | public static function mb_pathinfo($path, $options = null) |
3943 | 3943 | { |
@@ -209,7 +209,7 @@ |
||
209 | 209 | * Connect to a POP3 server. |
210 | 210 | * |
211 | 211 | * @param string $host |
212 | - * @param int|bool $port |
|
212 | + * @param integer $port |
|
213 | 213 | * @param int $tval |
214 | 214 | * |
215 | 215 | * @return bool |
@@ -1305,7 +1305,7 @@ |
||
1305 | 1305 | * If no reply has been received yet, it will return null. |
1306 | 1306 | * If no pattern was matched, it will return false. |
1307 | 1307 | * |
1308 | - * @return bool|null|string |
|
1308 | + * @return string |
|
1309 | 1309 | * |
1310 | 1310 | * @see recordLastTransactionID() |
1311 | 1311 | */ |