Using the explode PHP function

The semantics of the development of programming languages ​​and the scope of their applications quickly took the right positions. Of course, mathematical calculations of the trajectories of the planets and the movement of exchange rates in the markets still excite society, but even there strings of symbols occupy a worthy place.

explode php




An essential point: from strict typing of variables to their absolutely free use and automatic type conversion, the path was much longer as needed.

Everything in the world has lines

One can argue with this, but there is no special meaning, and even more so in programming. The semantics of explode PHP greatly simplified the work of the programmer: she transferred the use of several functions and constructs into one whole.

PHP , .

: explode PHP . , :

  • «,»;
  • «.»;
  • «/»;
  • «~»;
  • .

, (delimiter) , .





,

, - . , .

, , , , .

, , , .

Author's example is not a picture




explode PHP , . .

Author's example is not a picture




, . .





, delimiter (, ) , explode PHP delimiter.

,

explode PHP , . implode PHP , , .

explode in php




, . , , , -.

, , . explode/implode, , , , ! - .

- , . , PHP explode , .

, . , .

php explode description




() , explode PHP , .

, , «» .

Using explode, you can automate the process of creating instances of an object, and having an abstract object, you can control its type by transmitting various character strings for initialization. This approach reduces the number of different objects and simplifies their manipulation.




All Articles