mirror of
https://github.com/danog/ext-php-rs.git
synced 2025-01-22 21:11:45 +01:00
Fixed docs link for ZendString
This commit is contained in:
parent
f4d0bd7ea9
commit
4946613b5d
@ -74,7 +74,7 @@ impl ZendString {
|
||||
}
|
||||
|
||||
/// Releases the Zend string, returning the raw pointer to the `zend_string` object
|
||||
/// and consuming the internal Rust [`NewZendString`] container.
|
||||
/// and consuming the internal Rust [`ZendString`] container.
|
||||
pub fn release(mut self) -> *mut zend_string {
|
||||
self.free = false;
|
||||
self.ptr
|
||||
|
Loading…
x
Reference in New Issue
Block a user