TechieTushersuvro

TechieTushersuvro My Name is Md. Mahfoozur Rahman. I live in Dhaka. I have been working as web developer for the last 5 years. So, it is been oxygen support for my life.
(1)

I mainly develop sites with php,mysql,html,css and javascript. I have experience working with php frameworks like Wordpress, Joomla and Cakephp. I have also worked with jQuery and Angular. Being a web developer, it is a requirement to study frequently as customer needs are changing rapidly with time. I am proud of myself that I am experiencing such dynamic customer behaviors and being a part of this system as a developer.

28/06/2022

2. Scalar and return type declaration
It basically enforces type on function parameter or return type value of a function. So, if proper type is not used in those cases than fatal error will show up. Ex.

class MyCalculator {
public function addTwoInts(int $x, int $y): int {
return $x + $y;
}
}

$calObj = new MyCalculator();
echo $calObj->addTwoInts(5,10);

In above, both for function parameter and return type value of function, “int” type is used as scalar and return type declaration respectively.

28/06/2022

1. Better performance

PHP 7 brings a significant improvement over earlier versions which proves itself twice as fast with lot less memory consumption. It means a single server can handle twice of users with twice as fast web pages in one request. That means half number of servers can be used to serve same amount customers with same speed than the number of servers were used to before. So, it saves a lot of server utilization costs.

28/06/2022

So some of the new features of PHP 7 are as follows
1. Better performance
2. Scalar type declarations
3. Return type declarations
4. Combined comparison operator
5. Null coalescing operator
6. Anonymous classes
7. Arrays as constants
8. Unicode codepoint escape syntax
9. Uniform variable syntax
10. Catchable exceptions
11. Integer division
12. Filtered unserialize
13. Grouped imports

28/06/2022

Anybody ( not all ) who uses PHP frameworks such as Laravel, CakePHP, Yii or Symphony might not know all the latest core features that PHP 7 introduced back in Dec, 2015. Although PHP also has its next major release 8, understanding all the new features of PHP 7 is very important. In the following posts I will be listing those features both for my own references as well as for readers who comes to read the posts of this page.

Address

Dhaka

Alerts

Be the first to know and let us send you an email when TechieTushersuvro posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to TechieTushersuvro:

Share

Nearby travel agencies