php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
strlcpy.c File Reference
#include "php.h"
#include <sys/types.h>
#include <string.h>

Go to the source code of this file.

Functions

PHPAPI size_t php_strlcpy (char *dst, const char *src, size_t siz)
 

Function Documentation

◆ php_strlcpy()

PHPAPI size_t php_strlcpy ( char * dst,
const char * src,
size_t siz )

Definition at line 62 of file strlcpy.c.