skip to main
|
skip to sidebar
Home
indiangovernemntjob
CuesShop.com
ALL Online shop
Home
C
C++
Java
Data Structure
Html
Dhtml
xml
Software
Office
Php
Codeigniter
Drupal7
Wordpress
Android
Oracle
Child Category 3
Child Category 4
Embedded System
Javascript
Ajax
Codeignator
Mathematics
Travel
Photography
Friday, 15 November 2013
What are the differences between split, implode and explode?
21:29
tetst
No comments
split() and explode() are aliases for one-another. implode() and join() are
aliases for each other. i believe the name was originally explode(), but
split() was chosen later to suit perl programmers.
Posted in:
Php
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to our RSS Feed
Follow Us on Twitter
Be Our Fan on Facebook
Popular
Tags
Blog Archives
Popular Posts
What Do You Mean by Constant Keyword?
Constant in C refer to fixed value ,that do not change during the execution of a Program.C supports several types of constants. There are ...
What does request_mem_region() actually do and when it is needed?
I'm studying on writing embedded linux driver, and decided to fire a few GPIOs to make sure I understand the book (LDD3, chap9.4.1) co...
What is a sub query? What are its various types?
- Sub Query also termed as Nested Query or Inner Query is used to get data from multiple tables. - A sub query is added in the where clause ...
proc_create() example for kernel module
Can someone give me proc_create example. Because earlier they used create_proc_entry() but now they are using proc_create(). If you have any...
What should main() return in C and C++?
What is the correct (most efficient) way to define the main() function in C and C++ — int main() or void main() — and why? If int main...
Write a Program to Swap Two Numbers Without Using Third Variable
Program to swap two numbers without using Third Variable. Here we are using two variables of into the type. #include<stdio.h> int m...
What Is #Progma Directive?
Progma is implementation specific directive that is each progma directive has different implementation rule and use. There are the many type...
More than two SPI devices on an Arm board that supports only two?
The Arm processor on one of our boards has an spi port with two chip select lines. It is mentioned in the processor's datasheet that it ...
What Is Huge Pointer
Huge Pointer The Pointer which can pointer total 16 segment of memory is called Huge pointer. the size of the huge pointer is 4bytes...
How to randomize (shuffle) a javascript array?
The de-facto unbiased shuffle algorithm is the Fisher-Yates (aka Knuth) Shuffle. See https://github.com/coolaj86/knuth-shuffle You can see a...
About Me
tetst
View my complete profile
Powered by
Blogger
.
Blog Archive
►
2014
(256)
►
February
(168)
►
January
(88)
▼
2013
(64)
▼
November
(6)
How php language execute?
What is the difference between strstr() and strist...
What are the differences between split, implode an...
Different between implode and explode in php?
What is PEAR?
What is PHP?
►
September
(4)
►
July
(3)
►
May
(6)
►
April
(18)
►
March
(21)
►
February
(4)
►
January
(2)
Labels
500 Oracle interview questions and answers
(27)
AJAX
(1)
Android
(19)
C faq
(41)
C PLUS PLUS
(3)
Codeigniter
(2)
Data structure
(3)
DHTML
(2)
Drupal7
(9)
Embedded System
(76)
HR interview
(20)
HTML
(8)
Java
(8)
javascript
(33)
Php
(23)
SSC Requirement
(1)
Web Browser
(2)
web programming
(2)
webmaster
(2)
WORDPRESS
(18)
xml
(10)
Blog Archive
►
2014
(256)
►
February
(168)
►
January
(88)
▼
2013
(64)
▼
November
(6)
How php language execute?
What is the difference between strstr() and strist...
What are the differences between split, implode an...
Different between implode and explode in php?
What is PEAR?
What is PHP?
►
September
(4)
►
July
(3)
►
May
(6)
►
April
(18)
►
March
(21)
►
February
(4)
►
January
(2)
Categories
500 Oracle interview questions and answers
(27)
AJAX
(1)
Android
(19)
C faq
(41)
C PLUS PLUS
(3)
Codeigniter
(2)
Data structure
(3)
DHTML
(2)
Drupal7
(9)
Embedded System
(76)
HR interview
(20)
HTML
(8)
Java
(8)
javascript
(33)
Php
(23)
SSC Requirement
(1)
Web Browser
(2)
web programming
(2)
webmaster
(2)
WORDPRESS
(18)
xml
(10)
0 comments:
Post a Comment