If you're new here, you may want to subscribe to our RSS feed as well as to our NewsLetter (on Top Right hand menu) to get highly informative articles weekly...and NO, we never spam!如果你是新这里,你可以订阅我们的rss以及我们简讯 (顶右手菜单) ,以获得翔实周刊文章… …不,我们从来垃圾!
One of the best things about PHP is that anything can be a variable, and that these variables do not have strong typing. What this means is that you don’t have to declare what a variable is when you create it- and you can put anything inside of it. ANYTHING. Objects. Functions.其中一个最好的事php是什么都可以变,而这些变数,没有特别强烈的打字。这是什么意思,是说你没有申报什么变的是,当你创造,它与你可以把什么内。事情。物体。职能。 You name it.你的名字。
The reason why this is so powerful is because you can create truly dynamic objects for coders to overload. The real benefit in this is in the field of AI (artificial intelligence) and GUI programming. With GUI programming you can make a button class, or a form class than simply have the user swap in and out functions in order to change functionality. As long as the functions have the same arguments, you will have complete interoperability with little work.之所以如此强大,是因为你可以真正创造动态物体编码超负荷使用。真正的好处,这是在外地的爱(人工智能)和贵节目。桂与编程,你可以作出一个按钮类,即一类形式比简单的用户互换和职能,以改变功能。只要功能相同的论点,你会有完全互用性的工作很少。
With AI’s this becomes even snazzier. By creating a tree of functions that define abilities for different AI creatures you can create a full fledged environment of interactive creations that can communicate and change and be completely unique to one another. Just by swapping different functions in and out of the action queues for each AI, you can change or do anything.与爱的此变得华丽。创建一棵职能界定能力,为不同的动物,爱,你可以创造一个完全成熟的环境中创作的互动可以沟通和变革完全独特的一个。只是换不同的职能在出行动队列为每个爱,你可以改变或做任何事情。
A very powerful tool, indeed一个非常强大的工具,的确 ![]()
Links you may find interesting -联系,你可以找到有趣-
- Using PHP Reflection API to Reverse Engineer Scripts 使用php反射短片逆向工程师剧本
- Using TinyButStrong to Create a Themeable Website 用tinybutstrong创造themeable网站
- What is Soap and How to use Soap in PHP to make way to Web Services 什么是肥皂和如何使用肥皂在php让路网站服务
- Programming with wxWidgets 编程1.2.4
- How to Create Image Thumbnails with PHP using GD Library 如何创建图像缩略图用php利用gd库














