php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
is_csv.c File Reference
#include "file.h"
#include <string.h>
#include "magic.h"

Go to the source code of this file.

Macros

#define DPRINTF(fmt, ...)
 
#define CSV_LINES   10
 

Functions

int file_is_csv (struct magic_set *ms, const struct buffer *b, int looks_text, const char *code)
 

Macro Definition Documentation

◆ CSV_LINES

#define CSV_LINES   10

Definition at line 61 of file is_csv.c.

◆ DPRINTF

#define DPRINTF ( fmt,
... )

Definition at line 49 of file is_csv.c.

Function Documentation

◆ file_is_csv()

int file_is_csv ( struct magic_set * ms,
const struct buffer * b,
int looks_text,
const char * code )

Definition at line 133 of file is_csv.c.