|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2021-01-12 17:24 UTC] 2fby7j8dpm at liamekaens dot com
Description: ------------ Adding some new string operations would be nice: =. to add a string to the RIGHT of the current string =.= short for sprintf .=. to add a string to the right and to the left of the current string PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
> =. to add a string to the RIGHT of the current string yeah, more typo pitfalls > =.= short for sprintf to gain what > .=. to add a string to the right and to the left of the current string what about $x = "{$y} your-string {$y}" https://blog.blackfire.io/php-7-performance-improvements-encapsed-strings-optimization.html