Quick actions

cmd+k|ctrl+k

Navigation

Languages

test_preg_replace

Snippet info

Language

Php

Visibility

public

Author

fenghestudio

Created

2019-09-19T04:11:59Z

Updated

2019-09-19T04:11:59Z

<?php

ksort($patterns);

ksort($replacements);

echo preg_replace($patterns, $replacements, $string);

?>
INFO