kjdev / php-ext-brotli

Brotli Extension for PHP
MIT License
168 stars 29 forks source link

Typo in docs, string vs resource #32

Closed UlrichEckhardt closed 3 years ago

UlrichEckhardt commented 3 years ago

Can you apply this change to the readme, please:

 #### Description

-string **brotli\_compress\_init** ( void )
+resource **brotli\_compress\_init** ( void )

 Initialize an incremental compress context. (PHP 7)