PHP yeterli dinamik mi?

1 Cevap php

Bildiğim kadarıyla, PHP dinamik bir tür dildir. Biz değişken bildirmek gerekmez ve değişkenleri ve fonksiyon dönüş veri türü tanımlamak gerekmez.

Ben buldum an article on sitepoint ve bir yorumcu PHP, çünkü yeterli dinamik değil dedi ...

PHP does to many things at compile-time (like the whole “static” “self::” stuff) instead run-time.

Ben onunla merak ediyorum. Birisi basit formu dinamik tip dili nedir tanımlayabilir miyim? PHP yeterli dinamik mi?

Teşekkürler

1 Cevap

PHP yeterli dinamik mi?

Bu tamamen öznel, ama "evet" derim: sürece verir gibi / bana, bu ;-) good/dynamic/fast/whatever yeterince ne ondan gerekli olan do


About the static/self stuff : there have been some great improvements in PHP 5.3 (released at the end of June this year) : there is now Late Static Binding, which has been implemented precisely to answer that concern :

This feature was named "late static bindings" with an internal perspective in mind. "Late binding" comes from the fact that static:: will no longer be resolved using the class where the method is defined but it will rather be computed using runtime information. It was also called a "static binding" as it can be used for (but is not limited to) static method calls.

Tabii ki, bir gün veya başka ^ ^, PHP 5.3 henüz yaygın değildir ... Ama bu geleceğiz