spl_examples.php.svn-base
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 15 行
SVN-BASE
15 行
<?php // $Id: spl_examples.php 1262 2006-02-05 19:35:31Z lastcraft $ class IteratorImplementation implements Iterator { function current() { } function next() { } function key() { } function valid() { } function rewind() { } } class IteratorAggregateImplementation implements IteratorAggregate { function getIterator() { } }?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?