Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
vbnet
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
Disclosure:
My content contains affiliate links.
Recent questions tagged PHP
41,615
questions
54,278
answers
573
users
Recent questions tagged PHP
2
answers
311
views
How to get the symbolic name of a given PHP token value in PHP
asked
Jul 21, 2016
by
avibootz
php
2
answers
286
views
How to split PHP source into PHP tokens in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
220
views
How to create temporary file in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
174
views
How to get the version of the timezonedb in PHP
asked
Jul 21, 2016
by
avibootz
php
2
answers
258
views
How to get the timezone name from abbreviation in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
339
views
How to get the Asia list of supported timezones to use in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
237
views
How to get the Africa list of supported timezones to use in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
248
views
How to get the America list of supported timezones to use in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
237
views
How to get the Europe list of supported timezones to use in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
203
views
How to get the location information for a timezone in PHP
asked
Jul 21, 2016
by
avibootz
php
2
answers
300
views
How to get an associative array containing dst, offset and the timezone name in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
280
views
How to make the script sleep until the specified time using time_sleep_until() in PHP
asked
Jul 21, 2016
by
avibootz
php
4
answers
436
views
How to delay for a number of seconds and nanoseconds using time_nanosleep() in PHP
asked
Jul 21, 2016
by
avibootz
php
2
answers
376
views
How to calculate the next week date (now + 7 days) in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
206
views
How to create, write to and delete temporary file in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
180
views
How to create file with unique file name in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
217
views
How to use tanh() function to compute the hyperbolic tangent of N radians in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
190
views
How to use tan() function to compute the tangent of an angle of N radians in PHP
asked
Jul 21, 2016
by
avibootz
php
4
answers
409
views
How to execute an external program and display the output using system() in PHP
asked
Jul 21, 2016
by
avibootz
php
2
answers
327
views
How to use directory path used for temporary files in PHP
asked
Jul 21, 2016
by
avibootz
php
4
answers
387
views
How to binary safe comparison of two strings (string and substring) from an offset, up to length characters in PHP
asked
Jul 21, 2016
by
avibootz
php
1
answer
248
views
How to use JavaScript redirection to specific URL in PHP
asked
Jul 20, 2016
by
avibootz
php
javascript
1
answer
162
views
How to convert a value of a variable to a string using strval() in PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
135
views
How to replace substring from array using strtr() in PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
160
views
How to replace substring using strtr() in PHP
asked
Jul 20, 2016
by
avibootz
php
2
answers
250
views
How to find the position of the last occurrence of a case-insensitive substring in a string with PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
187
views
How to get the last directory in path with PHP
asked
Jul 20, 2016
by
avibootz
php
2
answers
267
views
How to use strrchr() function to find the last occurrence of a character in string with PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
139
views
How to use strpbrk() to search a string for any of a set of characters in PHP
asked
Jul 20, 2016
by
avibootz
php
3
answers
367
views
How to use strnatcasecmp() to case insensitive string comparisons using a "natural order" algorithm in PHP
asked
Jul 20, 2016
by
avibootz
php
4
answers
385
views
How to use the function stristr() to find case-insensitive substring (word) in string in PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
193
views
How to strip backslashes from an array of strings in PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
193
views
How to find the position of the first occurrence of a case-insensitive substring in a string with PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
228
views
How to strip backslashes from a string in PHP
asked
Jul 20, 2016
by
avibootz
php
1
answer
167
views
How to use strcspn() function to scan $string1 for the first occurrence of any character of $string2 in PHP
asked
Jul 19, 2016
by
avibootz
php
5
answers
332
views
How to find the length of initial segment not matching in a string with PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
231
views
How to compare case-insensitive string binary safe in PHP
asked
Jul 19, 2016
by
avibootz
php
3
answers
351
views
How to convert a string to an array in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
151
views
How to randomly shuffles a string in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
319
views
How to perform the rot13 (shifts every letter by 13 places) transform on a string in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
210
views
How to generate and verify BCrypt hash password in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
190
views
How to generate BCrypt hash password in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
196
views
How to replace all occurrences of a word in a string ignoring case (Case-insensitive) in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
205
views
How to parse a CSV file into an array in PHP
asked
Jul 18, 2016
by
avibootz
php
3
answers
322
views
How to parse input from a formatted string in PHP
asked
Jul 18, 2016
by
avibootz
php
2
answers
204
views
How to seed the random number generator in PHP
asked
Jul 18, 2016
by
avibootz
php
1
answer
195
views
How to use sqrt() function to get the square root of N in PHP
asked
Jul 18, 2016
by
avibootz
php
3
answers
283
views
How to get a formatted string with sprintf() in PHP
asked
Jul 18, 2016
by
avibootz
php
2
answers
211
views
How to calculates the soundex key of a string in PHP
asked
Jul 18, 2016
by
avibootz
php
1
answer
233
views
How to use sinh() function to get the hyperbolic sine of an angle of N radians in PHP
asked
Jul 18, 2016
by
avibootz
php
Page:
« prev
1
...
45
46
47
48
49
50
51
52
53
54
55
...
70
next »
...