In PHP, you can use an abbreviated form, or contracted, to display variables or returns of functions:
1 2 3 4 5 6 7 8 | / / Instead of $miavar ?> <? Php echo $ miavar?> / / You can write ?> <? = $ Miavar?> / / Instead of miaFunc ( ) ?> <? MiaFunc php echo ()?> / / You can write ?> <? MiaFunc = ()?> |












There are no comments for this post
Leave a comment