cpy(3) - phpMan

memccpy (3)          - copy memory area
memccpy (3p)         - copy bytes in memory
memcpy (3)           - copy memory area
memcpy (3p)          - copy bytes in memory
mempcpy (3)          - copy memory area
OPENSSL_strlcpy (3ssl) - Memory allocation functions
stpcpy (3)           - copy a string returning a pointer to its end
stpcpy (3p)          - copy a string and return a pointer to the end of the r...
stpncpy (3)          - copy a fixed-size string, returning a pointer to its end
stpncpy (3p)         - copy fixed length string, returning a pointer to the a...
strcpy (3)           - copy a string
strcpy (3p)          - copy a string and return a pointer to the end of the r...
strncpy (3)          - copy a string
strncpy (3p)         - copy fixed length string, returning a pointer to the a...
wcpcpy (3)           - copy a wide-character string, returning a pointer to i...
wcpcpy (3p)          - copy a wide-character string, returning a pointer to i...
wcpncpy (3)          - copy a fixed-size string of wide characters, returning...
wcpncpy (3p)         - copy a fixed-size wide-character string, returning a p...
wcscpy (3)           - copy a wide-character string
wcscpy (3p)          - copy a wide-character string, returning a pointer to i...
wcsncpy (3)          - copy a fixed-size string of wide characters
wcsncpy (3p)         - copy a fixed-size wide-character string, returning a p...
wmemcpy (3)          - copy an array of wide-characters
wmemcpy (3p)         - copy wide characters in memory
wmempcpy (3)         - copy memory area