用户PHP&ŧ039;的herdoc语法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用户PHP&ŧ039;的herdoc语法相关的知识,希望对你有一定的参考价值。
The above example uses php's heredoc syntax. With it, we can completely eliminate PHP tags from the insides of html tags.
<?php foreach ($contacts as $contact_object) { foreach ($contact_array as $key=>$value) $$key = h($value); echo <<<END_ROW <tr> <td>$id</td> <td>$first_name</td> <td>$last_name</td> <td>$phone</td> <td> <a href="?action=edit&id=$id">edit</a> <a href="?action=delete&id=$id">delete</a> </td> </tr> END_ROW; }
以上是关于用户PHP&ŧ039;的herdoc语法的主要内容,如果未能解决你的问题,请参考以下文章
使用TextMate&ŧ039;的tmŧdialog命令创建用户定义的菜单