insertString PHP


/ Published in: PHP
Save to your folder(s)

use this function to insert a string into another string at a certain position.
echo insertString("legendary", " wait for it ... ", 5);
legen wait for it ... dary

URL: http://justpushbuttons.com/examples/insert_string_example.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.