]> granicus.if.org Git - php/commit
@- Added str_pad() for padding a string with an arbitrary string on left or
authorAndrei Zmievski <andrei@php.net>
Tue, 6 Jun 2000 20:42:33 +0000 (20:42 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 6 Jun 2000 20:42:33 +0000 (20:42 +0000)
commitb928bdceb8d3cc3bbb548c5ad4091d10963a2850
tree80adf6e549877af90d564e93e632a4cac4f8f059
parent6a8fdc6c5ce6d91447f72f5db243cb78fe01ad40
@- Added str_pad() for padding a string with an arbitrary string on left or
@  right. (Andrei)

Added str_pad() for padding a string with an arbitrary string on left or right.

# With all those macros, the code is starting to eerily resemble Perl's guts.
TODO
ext/standard/basic_functions.c
ext/standard/php_string.h
ext/standard/string.c