@@ -35,7 +35,7 @@ function imap_headerinfo($stream_id, int $msg_no, int $from_length = 0, int $sub
3535 */
3636function imap_header ($ stream_id , int $ msg_no , int $ from_length = 0 , int $ subject_length = 0 , string $ default_host = UNKNOWN ): stdClass |false {}
3737
38- function imap_rfc822_parse_headers (string $ headers , string $ default_host = 'UNKNOWN ' ): \ stdClass {}
38+ function imap_rfc822_parse_headers (string $ headers , string $ default_host = 'UNKNOWN ' ): stdClass {}
3939
4040function imap_rfc822_write_address (string $ mailbox , string $ host , string $ personal ): string |false {}
4141
@@ -52,7 +52,7 @@ function imap_fetchtext($stream_id, int $msg_no, int $options = 0): string|false
5252
5353/**
5454 * @param resource $stream_id
55- * @return \ stdClass|false
55+ * @return stdClass|false
5656 */
5757function imap_bodystruct ($ stream_id , int $ msg_no , string $ section ) {}
5858
@@ -166,12 +166,12 @@ function imap_utf8(string $mime_encoded_text): string {}
166166
167167/**
168168 * @param resource $stream_id
169- * @return \ stdClass|false
169+ * @return stdClass|false
170170 */
171171function imap_status ($ stream_id , string $ mailbox , int $ options ) {}
172172
173173/** @param resource $stream_id */
174- function imap_mailboxmsginfo ($ stream_id ): \ stdClass {}
174+ function imap_mailboxmsginfo ($ stream_id ): stdClass {}
175175
176176/** @param resource $stream_id */
177177function imap_setflag_full ($ stream_id , string $ sequence , string $ flag , int $ options = 0 ): bool {}
@@ -222,7 +222,7 @@ function imap_errors(): array|false {}
222222function imap_last_error (): string |false {}
223223
224224/** @param resource $stream_id */
225- function imap_search ($ stream_id , string $ criteria , int $ options = \ SE_FREE , string $ charset = '' ): array |false {}
225+ function imap_search ($ stream_id , string $ criteria , int $ options = SE_FREE , string $ charset = '' ): array |false {}
226226
227227function imap_utf7_decode (string $ buf ): string |false {}
228228
@@ -237,7 +237,7 @@ function imap_mutf7_to_utf8(string $in): string|false {}
237237function imap_mime_header_decode (string $ str ): array |false {}
238238
239239/** @param resource $stream_id */
240- function imap_thread ($ stream_id , int $ options = \ SE_FREE ): array |false {}
240+ function imap_thread ($ stream_id , int $ options = SE_FREE ): array |false {}
241241
242242function imap_timeout (int $ timeout_type , int $ timeout = -1 ): int |bool {}
243243
0 commit comments